Skip to content

Commit

Permalink
removed requestEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaglodha committed Jan 9, 2025
1 parent 3304a8e commit ca07e2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/geoserverx/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ def callback():
"""


# Enum for request type
class requestEnum(str, Enum):
_sync = "sync"
_async = "async"


# Enum for vector file type
class vectorFileEnum(str, Enum):
shapefile = "shapefile"
Expand Down

0 comments on commit ca07e2f

Please sign in to comment.