Skip to content

Commit 917135c

Browse files
committed
fix import
1 parent 3a744b4 commit 917135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_json_table_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pandas import DataFrame
1212
import pandas.util.testing as tm
1313

14-
from pandas.io.json.table_schema import (
14+
from pandas.io.json._table_schema import (
1515
as_json_table_type,
1616
build_table_schema,
1717
convert_json_field_to_pandas_type,

0 commit comments

Comments
 (0)