Skip to content

Commit 3056390

Browse files
Fix typing error (specifically, isort) in test_complex.py
1 parent 7e5acef commit 3056390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/pytables/test_complex.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
import pytest
33

44
import pandas as pd
5-
import pandas._testing as tm
65
from pandas import (
76
DataFrame,
87
HDFStore,
98
Series,
109
read_hdf,
1110
)
12-
11+
import pandas._testing as tm
1312

1413
tables = pytest.importorskip("tables")
1514

0 commit comments

Comments
 (0)