Skip to content

Commit 18d53b9

Browse files
authored
Merge pull request #1129 from mentix02/redundant_import
Update __init__.py
2 parents 78c765b + ea87e07 commit 18d53b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import itertools
2323
import typing
2424

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

2727
if typing.TYPE_CHECKING:
2828
from typing_extensions import Self, TypeAlias

0 commit comments

Comments
 (0)