Skip to content

Commit

Permalink
fixup mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 16, 2024
1 parent e96f5d3 commit 3e1ce7e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions narwhals/pandas_like/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@
def translate_frame(
df: Any,
implementation: str,
*,
is_eager: bool,
is_lazy: bool,
) -> PandasDataFrame:
from narwhals.pandas_like.dataframe import PandasDataFrame

return PandasDataFrame(
df,
implementation=implementation,
is_eager=is_eager,
is_lazy=is_lazy,
)


Expand Down

0 comments on commit 3e1ce7e

Please sign in to comment.