Skip to content

Commit

Permalink
Merge pull request #52 from P-Storm/fix/typing
Browse files Browse the repository at this point in the history
Error with typing hint
  • Loading branch information
koenhendriks authored Mar 25, 2024
2 parents 826102c + ee34834 commit b4fef2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/button_plus/button_plus_api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class ConnectorEnum(Enum):
BAR = 1
DISPLAY = 2

from custom_components.button_plus.button_plus_api.event_type import EventType


class Connector:
def __init__(self, connector_id: int, connector_type: int):
Expand Down

0 comments on commit b4fef2c

Please sign in to comment.