Skip to content

Commit ffd7320

Browse files
committed
run ruff & isort
1 parent 7222ea2 commit ffd7320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

discord/enums.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
DEALINGS IN THE SOFTWARE.
2424
"""
25+
2526
from __future__ import annotations
2627

27-
from enum import Enum as EnumBase
2828
import types
29+
from enum import Enum as EnumBase
2930
from typing import Any, Self, TypeVar, Union
3031

3132
E = TypeVar("E", bound="Enum")

0 commit comments

Comments
 (0)