Skip to content

Commit 96bab9e

Browse files
committed
Fix import order.
1 parent 62bedc0 commit 96bab9e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/tests/io/json/test_deprecated_kwargs.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"""
44

55
import pandas as pd
6-
7-
from pandas.io.json import read_json
8-
96
import pandas.util.testing as tm
10-
117
from pandas.util.testing import assert_frame_equal
128

9+
from pandas.io.json import read_json
10+
1311

1412
def test_deprecated_kwargs():
1513
"""

0 commit comments

Comments
 (0)