Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sim0nx committed Apr 27, 2024
1 parent 9b14ed4 commit 23e2922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhab/command_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def validate(cls, value: typing.Any) -> None:
Args:
value (Object): The value to validate. The data_type of the value depends on the item
data_type and is checked accordingly.
Raises:
NotImplementedError: Raises NotImplementedError as the base class should never
be used directly.
Expand Down

0 comments on commit 23e2922

Please sign in to comment.