Skip to content

Commit 23e2922

Browse files
committed
lint fix
1 parent 9b14ed4 commit 23e2922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openhab/command_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def validate(cls, value: typing.Any) -> None:
7979
Args:
8080
value (Object): The value to validate. The data_type of the value depends on the item
8181
data_type and is checked accordingly.
82+
8283
Raises:
8384
NotImplementedError: Raises NotImplementedError as the base class should never
8485
be used directly.

0 commit comments

Comments
 (0)