Skip to content

Commit

Permalink
Remove DisabledMarker enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Oct 2, 2024
1 parent a551a1d commit 60b3e0d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/hapi_schema/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ class DTMAssessmentType(str, PythonEnum):
SITE = "SA"


class DisabledMarker(str, PythonEnum):
YES = "y"
NO = "n"
ALL = "all"


class EventType(str, PythonEnum):
CIVILIAN_TARGETING = "civilian_targeting"
DEMONSTRATION = "demonstration"
Expand Down

0 comments on commit 60b3e0d

Please sign in to comment.