Skip to content

Commit ea87e07

Browse files
authored
Update __init__.py
Removed redundant `Generic` import from `chess/__init__.py`
1 parent 78c765b commit ea87e07

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)