Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiteixeira authored Nov 12, 2023
1 parent a0f138b commit 31ad607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions custom_components/proxmoxve/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class ProxmoxType(StrEnum):
QEMU = "qemu"
LXC = "lxc"
Storage = "storage"
Update = "update"


class ProxmoxCommand(StrEnum):
Expand Down Expand Up @@ -81,6 +80,3 @@ class ProxmoxKeyAPIParse(StrEnum):
NAME = "name"
NETWORK_IN = "network_in"
NETWORK_OUT = "network_out"
UPDATE_TOTAL = "total"
UPDATE_LIST = "updates_list"
UPDATE_AVAIL = "update"

0 comments on commit 31ad607

Please sign in to comment.