Skip to content

Commit bc89104

Browse files
committed
style: correct Locale repr.
1 parent 9e1adbd commit bc89104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from enum import IntEnum, StrEnum
1+
from enum import IntEnum, Enum
22

33

44
class ApplicationCommandType(IntEnum):

0 commit comments

Comments
 (0)