Skip to content

Commit 1ef6691

Browse files
committed
pre-commit
1 parent 034d392 commit 1ef6691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def get_handle(
910910
or not hasattr(handle, "seekable")
911911
):
912912
handle = _IOWrapper(handle)
913-
# error: Value of type variable "_BufferT_co" of
913+
# error: Value of type variable "_BufferT_co" of
914914
# "TextIOWrapper" cannot be "_IOWrapper | BaseBuffer" [type-var]
915915
handle = TextIOWrapper(
916916
handle,

0 commit comments

Comments
 (0)