Skip to content

Commit 1b8420c

Browse files
committed
fixed import order
1 parent 5fb6530 commit 1b8420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import pandas.core.algorithms as algos
1919
from pandas.core.base import DataError, ShallowMixin
20-
from pandas.core.generic import _shared_docs, NDFrame
20+
from pandas.core.generic import NDFrame, _shared_docs
2121
from pandas.core.groupby.base import GroupByMixin
2222
from pandas.core.groupby.generic import SeriesGroupBy
2323
from pandas.core.groupby.groupby import GroupBy, _GroupBy, _pipe_template, get_groupby

0 commit comments

Comments
 (0)