Skip to content

Commit

Permalink
Drop obsolete __order__ in LabeledEnum (unrelated to statsd)
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Jul 28, 2023
1 parent 75d5132 commit af7c31b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/baseframe_tests/forms/fields_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class MY_ENUM(LabeledEnum): # noqa: N801
SECOND = (2, 'second', "Second")
THIRD = (3, 'third', "Third")

__order__ = (FIRST, SECOND, THIRD)


DEFAULT_JSONDATA = {'key': "val"}

Expand Down

0 comments on commit af7c31b

Please sign in to comment.