We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d3a7c commit f82f4d4Copy full SHA for f82f4d4
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