We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5201c5f commit bad9a37Copy full SHA for bad9a37
pandas/io/excel/_base.py
@@ -1,6 +1,6 @@
1
import abc
2
import datetime
3
-from io import BytesIO, BufferedIOBase, RawIOBase
+from io import BufferedIOBase, BytesIO, RawIOBase
4
import os
5
from textwrap import fill
6
from typing import Union
0 commit comments