Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulyaka committed Dec 5, 2022
1 parent a528a5e commit 7b3fd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/tuya/mcu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def get_dp_mapping(
)
) and (
(
dp_mapping.endpoint_id == None
dp_mapping.endpoint_id is None
and endpoint_id == self.endpoint.endpoint_id
)
or (endpoint_id == dp_mapping.endpoint_id)
Expand Down

0 comments on commit 7b3fd39

Please sign in to comment.