Skip to content

Commit

Permalink
Reorder enum imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Feb 19, 2025
1 parent d6af95d commit 364d5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quienesquien/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from enum import IntEnum, Enum
from enum import Enum, IntEnum


class SearchType(IntEnum):
Expand Down

0 comments on commit 364d5f3

Please sign in to comment.