Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and cecille committed Feb 15, 2024
1 parent cbade5a commit 2a1cf53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/TC_DeviceBasicComposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def standard_attribute(cls) -> bool:
except KeyError:
attr_ret = None


error_type_ok = attr_ret is not None and isinstance(
attr_ret, Clusters.Attribute.ValueDecodeFailure) and isinstance(attr_ret.Reason, InteractionModelError)

Expand Down

0 comments on commit 2a1cf53

Please sign in to comment.