Skip to content

Commit

Permalink
refactor: delete unused bootstrap constants (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 15, 2024
1 parent 8fd8280 commit 0283c45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/uiprotect/data/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ class ProtectDeviceRef(ProtectBaseObject):
id: str


_ModelType_NVR_value = ModelType.NVR.value
_ModelType_Event_value = ModelType.EVENT.value


class Bootstrap(ProtectBaseObject):
auth_user_id: str
access_key: str
Expand Down

0 comments on commit 0283c45

Please sign in to comment.