mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
removing commented enum
This commit is contained in:
parent
489b0841ab
commit
e3e2e5d599
@ -90,14 +90,6 @@ class ImportFormatEnum(Enum):
|
||||
YAML = 'yaml'
|
||||
|
||||
|
||||
# @strawberry.enum
|
||||
# class CSVDelimiterEnum(Enum):
|
||||
# AUTO = 'auto'
|
||||
# COMMA = CSV_DELIMITERS['comma']
|
||||
# SEMICOLON = CSV_DELIMITERS['semicolon']
|
||||
# TAB = CSV_DELIMITERS['tab']
|
||||
|
||||
|
||||
@strawberry.enum
|
||||
class DistanceUnitEnum(Enum):
|
||||
# Metric
|
||||
|
Loading…
Reference in New Issue
Block a user