Skip to content

Commit

Permalink
fix(models): remove redundant class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
osoken committed Nov 14, 2023
1 parent ddf28ba commit 1c6aac6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions birdxplorer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,19 +502,6 @@ class NotesBelievable(str, Enum):
believable_by_many = "BELIEVABLE_BY_MANY"
empty = ""

class NotesClassification(str, Enum):
not_misleading = "NOT_MISLEADING"
misinformed_or_potentially_misleading = "MISINFORMED_OR_POTENTIALLY_MISLEADING"

class NotesHarmful(str, Enum):
little_harm = "LITTLE_HARM"
considerable_harm = "CONSIDERABLE_HARM"
empty = ""

class NotesValidationDifficulty(str, Enum):
easy = "EASY"
challenging = "CHALLENGING"
empty = ""

class NotesClassification(str, Enum):
not_misleading = "NOT_MISLEADING"
Expand Down

0 comments on commit 1c6aac6

Please sign in to comment.