Skip to content

Commit

Permalink
Merge pull request #1129 from mentix02/redundant_import
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
niklasf authored Dec 31, 2024
2 parents 78c765b + ea87e07 commit 18d53b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import itertools
import typing

from typing import ClassVar, Callable, Counter, Dict, Generic, Hashable, Iterable, Iterator, List, Literal, Mapping, Optional, SupportsInt, Tuple, Type, TypeVar, Union
from typing import ClassVar, Callable, Counter, Dict, Hashable, Iterable, Iterator, List, Literal, Mapping, Optional, SupportsInt, Tuple, Type, TypeVar, Union

if typing.TYPE_CHECKING:
from typing_extensions import Self, TypeAlias
Expand Down

0 comments on commit 18d53b9

Please sign in to comment.