Remove unused imports

This commit is contained in:
Rapptz
2022-03-05 21:40:42 -05:00
parent 3d0309ca4a
commit 4c8b1f9abd
12 changed files with 9 additions and 13 deletions

View File

@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import annotations
from typing import Callable, Any, ClassVar, Dict, Iterator, Set, TYPE_CHECKING, Tuple, Type, TypeVar, Optional
from typing import Callable, Any, ClassVar, Dict, Iterator, Set, TYPE_CHECKING, Tuple, Optional
from .flags import BaseFlags, flag_value, fill_with_flags, alias_flag_value
__all__ = (