Skip to content

Commit

Permalink
remove lint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leggin committed Sep 24, 2024
1 parent 240af94 commit 6e9474f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dirigera/devices/outlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


class OutletAttributes(Attributes):
# pylint: disable=too-many-positional-arguments
is_on: bool
startup_on_off: Optional[StartupEnum] = None
status_light: Optional[bool] = None
Expand Down

0 comments on commit 6e9474f

Please sign in to comment.