Skip to content

Commit

Permalink
Remove unused enums
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzyah committed Jan 24, 2024
1 parent 4f70520 commit ada2aa4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions server/hwapi/data_models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,6 @@
from enum import Enum


class SingleDeviceType(str, Enum):
"""
Device types that appear as one unit on a machine (i.e. a machine cannot have
more than one device of such type)
"""

CHASSIS = "CHASSIS"
BIOS = "BIOS"
BOARD = "BOARD"


class DeviceType(str, Enum):
AUDIO = "AUDIO"
BLUETOOTH = "BLUETOOTH"
CAPTURE = "CAPTURE"
DISK = "DISK"
NETWORK = "NETWORK"
PROCESSOR = "PROCESSOR"
USB = "USB"
GPU = "GPU"
WIRELESS = "WIRELESS"
OTHER = "OTHER"


class CertificationStatus(str, Enum):
CERTIFIED = "Certified"
PARTIALLY_CERTIFIED = "Partially Certified"
Expand Down

0 comments on commit ada2aa4

Please sign in to comment.