Skip to content

Commit 233f78c

Browse files
committed
isort
1 parent dfd223e commit 233f78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/formats/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
from pandas._config import get_option
55

6+
from pandas._typing import FrameOrSeries
7+
68
from pandas.io.formats import format as fmt
79
from pandas.io.formats.printing import pprint_thing
810

9-
from pandas._typing import FrameOrSeries
10-
1111

1212
def _put_str(s, space):
1313
return str(s)[:space].ljust(space)

0 commit comments

Comments
 (0)