Skip to content

Commit 91c98d0

Browse files
committed
mypy fixup
1 parent ef14cb7 commit 91c98d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/test_textreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# either both-sets or both dicts, and the code assumes this is the case.
2929
# But the default argument in its __init__ is None, so we have to pass these
3030
# explicitly in tests.
31-
_na_value_kwargs = {"na_values": set(), "na_fvalues": set()}
31+
_na_value_kwargs: dict[str, set] = {"na_values": set(), "na_fvalues": set()}
3232

3333

3434
class TestTextReader:

0 commit comments

Comments
 (0)