Skip to content

Commit

Permalink
Fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nlz242 committed Dec 18, 2023
1 parent c69f0b1 commit 2af7a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/device/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def _set_attribute(
"device_attribute": attribute,
}
)
)
) # type: ignore
else:
LOG.warning(f"{self._tag} Invalid attribute {attribute} for device")

Expand Down

0 comments on commit 2af7a85

Please sign in to comment.