Skip to content

Commit f4b4cb1

Browse files
committed
Fix flake8
1 parent b9e3eba commit f4b4cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controller/python/chip/ChipDeviceCtrl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from .clusters import ClusterObjects as ClusterObjects
5252
from .clusters import Command as ClusterCommand
5353
from .clusters import Objects as GeneratedObjects
54-
from .clusters.Attribute import AttributeCache, AttributePath
54+
from .clusters.Attribute import AttributeCache, AttributePath, ValueDecodeFailure
5555
from .clusters.CHIPClusters import ChipClusters
5656
from .crypto import p256keypair
5757
from .exceptions import UnknownAttribute, UnknownCommand

src/python_testing/basic_composition_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import chip.clusters.ClusterObjects
2929
import chip.tlv
3030
from chip.ChipDeviceCtrl import TLVJsonConverter
31-
from chip.clusters.Attribute import AttributeCache, AttributePath, ValueDecodeFailure
31+
from chip.clusters.Attribute import ValueDecodeFailure
3232
from mobly import asserts
3333

3434

0 commit comments

Comments
 (0)