Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 20, 2023
1 parent 1a1cd35 commit 9fe6a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@

import logging

from matter_idl.matter_idl_types import (Attribute, AttributeQuality, Bitmap, Cluster, ClusterSide,
ConstantEntry, DataType, Enum, Field, FieldQuality,
Idl, Struct, StructTag)
from matter_idl.matter_idl_types import (Attribute, AttributeQuality, Bitmap, Cluster, ClusterSide, ConstantEntry, DataType, Enum,
Field, FieldQuality, Idl, Struct, StructTag)

from .base import BaseHandler, HandledDepth
from .context import Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
from typing import Optional

from matter_idl.generators.types import GetDataTypeSizeInBits, IsSignedDataType
from matter_idl.matter_idl_types import (AccessPrivilege, Attribute, Command, ConstantEntry, DataType, Event,
EventPriority, Field)
from matter_idl.matter_idl_types import AccessPrivilege, Attribute, Command, ConstantEntry, DataType, Event, EventPriority, Field

LOGGER = logging.getLogger('data-model-xml-data-parsing')

Expand Down

0 comments on commit 9fe6a63

Please sign in to comment.