Skip to content

Commit 0aab39d

Browse files
committed
placate isort
1 parent 187196a commit 0aab39d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/frame/test_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
import numpy as np
66
import pytest
77

8+
from pandas.compat import PY37
9+
810
import pandas as pd
911
from pandas import Categorical, DataFrame, Series, compat, date_range, timedelta_range
10-
from pandas.compat import PY37
1112
import pandas.util.testing as tm
1213

1314

0 commit comments

Comments
 (0)