Skip to content

Commit 6a3e34e

Browse files
committed
Undo one type ignore
1 parent 4a76254 commit 6a3e34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def option_context(*args) -> Generator[None]:
510510
set_option(pat, val)
511511
yield
512512
finally:
513-
for pat, val in undo: # type: ignore[misc]
513+
for pat, val in undo:
514514
set_option(pat, val)
515515

516516

0 commit comments

Comments
 (0)