Skip to content

Commit

Permalink
remove bad import from test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Nov 18, 2024
1 parent 669b3e3 commit c3f9fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import unittest
from tables_io import types, convert, io_open, read, write, iterator, check_columns, createIndexFile
from tables_io.ioUtils import getInputDataLengthIndex
from tables_io.testUtils import compare_table_dicts, compare_tables, make_test_data, check_deps
from tables_io.testUtils import compare_table_dicts, compare_tables, check_deps
from tables_io.lazy_modules import apTable, jnp, h5py, pd, pq


Expand Down

0 comments on commit c3f9fbb

Please sign in to comment.