Skip to content

Commit 08d4b91

Browse files
Fix import ordering for pre-commit.ci test
1 parent 7c646a6 commit 08d4b91

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pandas/tests/io/pytables/test_complex.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
import pytest
33

44
import pandas as pd
5+
import pandas._testing as tm
56
from pandas import (
67
DataFrame,
7-
Series,
8-
)
9-
import pandas._testing as tm
10-
from pandas.io.pytables import (
118
HDFStore,
9+
Series,
1210
read_hdf,
1311
)
1412

1513

16-
1714
def test_complex_fixed(tmp_path, setup_path):
1815
df = DataFrame(
1916
np.random.default_rng(2).random((4, 5)).astype(np.complex64),

0 commit comments

Comments
 (0)