Skip to content

Commit 55a12c9

Browse files
committed
isort
1 parent 6ace463 commit 55a12c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_constructors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pandas as pd
2222
from pandas import (
2323
Categorical, DataFrame, Index, MultiIndex, Series, Timedelta, Timestamp,
24-
compat, date_range, isna, _np_version_under1p13)
24+
_np_version_under1p13, compat, date_range, isna)
2525
from pandas.tests.frame.common import TestData
2626
import pandas.util.testing as tm
2727

0 commit comments

Comments
 (0)