Skip to content

Commit

Permalink
Merge pull request #1348 from dandi/no-order
Browse files Browse the repository at this point in the history
Remove `_order_` attribute from `Severity` enum
  • Loading branch information
yarikoptic authored Nov 9, 2023
2 parents 3c18712 + 028a6f1 commit 27e418d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dandi/validate_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ValidationOrigin:


class Severity(Enum):
_order_ = "HINT WARNING ERROR"
HINT = 1
WARNING = 2
ERROR = 3
Expand Down

0 comments on commit 27e418d

Please sign in to comment.