Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Mar 21, 2023
1 parent 5fad475 commit a0f0b3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion py-polars/polars/io/parquet/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from polars import internals as pli
from polars.convert import from_arrow
from polars.dataframe import DataFrame
from polars.dependencies import _PYARROW_AVAILABLE
from polars.io._utils import _prepare_file_arg
from polars.utils.decorators import deprecate_nonkeyword_arguments, deprecated_alias
Expand Down
2 changes: 1 addition & 1 deletion py-polars/polars/testing/asserts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any

from polars import functions as F
from polars import internals as pli
from polars.dataframe import DataFrame
from polars.datatypes import (
Boolean,
Categorical,
Expand Down
2 changes: 0 additions & 2 deletions py-polars/polars/utils/various.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from typing import TYPE_CHECKING, Any, Generator, Iterable, Sequence, TypeVar

from polars import functions as F
from polars import internals as pli
from polars.datatypes import Int64, is_polars_dtype
from polars.functions.lazy import arange

if TYPE_CHECKING:
from polars.series.series import Series
Expand Down

0 comments on commit a0f0b3d

Please sign in to comment.