We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ace463 commit 55a12c9Copy full SHA for 55a12c9
pandas/tests/frame/test_constructors.py
@@ -21,7 +21,7 @@
21
import pandas as pd
22
from pandas import (
23
Categorical, DataFrame, Index, MultiIndex, Series, Timedelta, Timestamp,
24
- compat, date_range, isna, _np_version_under1p13)
+ _np_version_under1p13, compat, date_range, isna)
25
from pandas.tests.frame.common import TestData
26
import pandas.util.testing as tm
27
0 commit comments