Skip to content

Commit 2a1cf53

Browse files
restyled-commitscecille
authored andcommitted
Restyled by autopep8
1 parent cbade5a commit 2a1cf53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_DeviceBasicComposition.py

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def standard_attribute(cls) -> bool:
196196
except KeyError:
197197
attr_ret = None
198198

199-
200199
error_type_ok = attr_ret is not None and isinstance(
201200
attr_ret, Clusters.Attribute.ValueDecodeFailure) and isinstance(attr_ret.Reason, InteractionModelError)
202201

0 commit comments

Comments
 (0)