Skip to content

Commit

Permalink
removing commented enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypng committed Feb 12, 2025
1 parent 489b084 commit e3e2e5d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netbox/netbox/graphql/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3e2e5d

Please sign in to comment.