Skip to content

Commit ecf1698

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 431f9e4 commit ecf1698

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

discord/ext/commands/flags.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,7 @@
2929
import re
3030
import sys
3131
from dataclasses import dataclass, field
32-
from typing import (
33-
TYPE_CHECKING,
34-
Any,
35-
Iterator,
36-
Literal,
37-
Optional,
38-
Pattern,
39-
TypeVar,
40-
Union,
41-
)
32+
from typing import TYPE_CHECKING, Any, Iterator, Literal, Pattern, TypeVar, Union
4233

4334
from discord.utils import MISSING, MissingField, maybe_coroutine, resolve_annotation
4435

0 commit comments

Comments
 (0)