Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Removed redundant `Generic` import from `chess/__init__.py`
  • Loading branch information
mentix02 authored Dec 31, 2024
1 parent 78c765b commit ea87e07
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 ea87e07

Please sign in to comment.