Skip to content

Commit 4f16c8b

Browse files
committed
fix sorting
1 parent 90af4a5 commit 4f16c8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/tests/indexing/test_multiindex.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from warnings import catch_warnings
2-
31
from datetime import datetime
2+
from warnings import catch_warnings
43

54
import numpy as np
65
import pytest
@@ -9,8 +8,8 @@
98

109
import pandas as pd
1110
from pandas import (
12-
DataFrame, date_range, Index, MultiIndex, Panel, Period, period_range,
13-
Series, Timestamp)
11+
DataFrame, Index, MultiIndex, Panel, Period, Series, Timestamp, date_range,
12+
period_range)
1413
from pandas.tests.indexing.common import _mklbl
1514
from pandas.util import testing as tm
1615

0 commit comments

Comments
 (0)