Skip to content

Commit

Permalink
TYP: cleanup unused TypeVar
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 28, 2025
1 parent 484255b commit abe9818
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gpgi/_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,12 @@
from _thread import LockType

if TYPE_CHECKING:
from typing import Any, Self, TypeVar
from typing import Any, Self

from numpy.typing import NDArray

from gpgi._typing import FieldMap, HCIArray, Name

_FloatingT = TypeVar("_FloatingT", bound=np.floating)


BoundarySpec = tuple[tuple[str, str, str], ...]

Expand Down

0 comments on commit abe9818

Please sign in to comment.