Skip to content

Commit 154a534

Browse files
committed
Obey ruff
1 parent 12eb93c commit 154a534

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/nested_pandas/nestedframe/test_io.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
import pyarrow.fs
1111
import pyarrow.parquet as pq
1212
import pytest
13-
from pandas.testing import assert_frame_equal
14-
from upath import UPath
15-
1613
from nested_pandas import NestedFrame, read_parquet
1714
from nested_pandas.datasets import generate_data
1815
from nested_pandas.nestedframe.io import (
@@ -21,6 +18,8 @@
2118
_transform_read_parquet_data_arg,
2219
from_pyarrow,
2320
)
21+
from pandas.testing import assert_frame_equal
22+
from upath import UPath
2423

2524

2625
def test_read_parquet():

0 commit comments

Comments
 (0)