Skip to content

Commit fe4013f

Browse files
committed
Import pandas._testing instead of pandas.util.testing
1 parent a5b2103 commit fe4013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_deprecated_kwargs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
import pandas as pd
6-
import pandas.util.testing as tm
6+
import pandas._testing as tm
77

88
from pandas.io.json import read_json
99

0 commit comments

Comments
 (0)