We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12aa2c8 + c1d7a57 commit 034d392Copy full SHA for 034d392
pandas/io/common.py
@@ -910,7 +910,8 @@ def get_handle(
910
or not hasattr(handle, "seekable")
911
):
912
handle = _IOWrapper(handle)
913
- # error: Value of type variable "_BufferT_co" of "TextIOWrapper" cannot be "_IOWrapper | BaseBuffer" [type-var]
+ # error: Value of type variable "_BufferT_co" of
914
+ # "TextIOWrapper" cannot be "_IOWrapper | BaseBuffer" [type-var]
915
handle = TextIOWrapper(
916
handle,
917
encoding=ioargs.encoding,
0 commit comments