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.
1 parent 034d392 commit 1ef6691Copy full SHA for 1ef6691
pandas/io/common.py
@@ -910,7 +910,7 @@ def get_handle(
910
or not hasattr(handle, "seekable")
911
):
912
handle = _IOWrapper(handle)
913
- # error: Value of type variable "_BufferT_co" of
+ # error: Value of type variable "_BufferT_co" of
914
# "TextIOWrapper" cannot be "_IOWrapper | BaseBuffer" [type-var]
915
handle = TextIOWrapper(
916
handle,
0 commit comments