Skip to content

Commit

Permalink
fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MBrouns committed Jun 20, 2020
1 parent f98ba05 commit 66e5628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/window/expanding.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import warnings
from textwrap import dedent
from typing import Dict, Optional
import warnings

from pandas.compat.numpy import function as nv
from pandas.util._decorators import Appender, Substitution, doc
Expand Down

0 comments on commit 66e5628

Please sign in to comment.