Skip to content

Commit 66e5628

Browse files
committed
fix order of imports
1 parent f98ba05 commit 66e5628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/window/expanding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import warnings
21
from textwrap import dedent
32
from typing import Dict, Optional
3+
import warnings
44

55
from pandas.compat.numpy import function as nv
66
from pandas.util._decorators import Appender, Substitution, doc

0 commit comments

Comments
 (0)