1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Addressed lingering TODOs

This commit is contained in:
Jeremy Stretch
2019-12-11 17:07:56 -05:00
parent b16be577e3
commit b6f8c248de
2 changed files with 8 additions and 18 deletions

View File

@@ -232,7 +232,6 @@ class ConsolePortTypeChoices(ChoiceSet):
class PowerPortTypeChoices(ChoiceSet):
# TODO: Add more power port types
# IEC 60320
TYPE_IEC_C6 = 'iec-60320-c6'
TYPE_IEC_C8 = 'iec-60320-c8'
@@ -347,7 +346,6 @@ class PowerPortTypeChoices(ChoiceSet):
class PowerOutletTypeChoices(ChoiceSet):
# TODO: Add more power outlet types
# IEC 60320
TYPE_IEC_C5 = 'iec-60320-c5'
TYPE_IEC_C7 = 'iec-60320-c7'