Skip to content

Commit

Permalink
Fixed import order for enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danmackey committed Sep 2, 2023
1 parent b7de38d commit d5e0bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ror_server_bot/ror_bot/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from enum import StrEnum, auto, Enum, IntEnum, IntFlag
from enum import auto, Enum, IntEnum, IntFlag, StrEnum
from typing import Self


Expand Down

0 comments on commit d5e0bba

Please sign in to comment.