Skip to content

Commit f82f4d4

Browse files
Fix import order
1 parent d4d3a7c commit f82f4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import abc
22
import datetime
3-
from io import BytesIO, BufferedIOBase, RawIOBase
3+
from io import BufferedIOBase, BytesIO, RawIOBase
44
import os
55
from textwrap import fill
66
from typing import Union

0 commit comments

Comments
 (0)