Skip to content

Commit 5e53038

Browse files
Import pyables from pytables/common.py
1 parent 06aaa4b commit 5e53038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/tests/io/pytables/test_complex.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
Series,
99
read_hdf,
1010
)
11-
import pandas._testing as tm
11+
import pandas._testing as tm
12+
from pandas.tests.io.pytables.common import tables
13+
14+
_ = tables
1215

1316

1417
def test_complex_fixed(tmp_path, setup_path):

0 commit comments

Comments
 (0)