Skip to content

Commit 743c08f

Browse files
author
Pyry Kovanen
committed
Remove obsolete imports from tests
1 parent 28d6e05 commit 743c08f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/io/json/test_json_table_schema.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Tests for Table Schema integration."""
22
import json
3-
import io
43
from collections import OrderedDict
54

65
import numpy as np
@@ -13,7 +12,6 @@
1312
from pandas.io.json.table_schema import (
1413
as_json_table_type,
1514
build_table_schema,
16-
parse_table_schema,
1715
convert_pandas_type_to_json_field,
1816
convert_json_field_to_pandas_type,
1917
set_default_names)

0 commit comments

Comments
 (0)