Skip to content

Commit a24912a

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent be7b9bf commit a24912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
from __future__ import annotations
2727

28-
from enum import IntEnum
2928
import types
3029
from collections import namedtuple
30+
from enum import IntEnum
3131
from typing import TYPE_CHECKING, Any, ClassVar, TypeVar, Union
3232

3333
__all__ = (

0 commit comments

Comments
 (0)