Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 10, 2025
1 parent d853fad commit 0cfcace
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions narwhals/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from typing import Literal
from typing import Mapping
from typing import Sequence
from typing import TypeVar

from narwhals.dependencies import is_numpy_array
from narwhals.dtypes import _validate_dtype
Expand All @@ -28,8 +27,6 @@
from narwhals.typing import CompliantSeriesT_co
from narwhals.typing import IntoExpr

ExprT = TypeVar("ExprT", bound="Expr")


def extract_compliant(
plx: CompliantNamespace[CompliantSeriesT_co], other: Any
Expand Down
4 changes: 0 additions & 4 deletions narwhals/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from typing import Literal
from typing import Mapping
from typing import Sequence
from typing import TypeVar
from typing import overload

from narwhals.dependencies import is_numpy_scalar
Expand Down Expand Up @@ -4855,6 +4854,3 @@ def cat(self: Self) -> SeriesCatNamespace[Self]:
@property
def list(self: Self) -> SeriesListNamespace[Self]:
return SeriesListNamespace(self)


SeriesT = TypeVar("SeriesT", bound=Series[Any])

0 comments on commit 0cfcace

Please sign in to comment.