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 ef14cb7 commit 91c98d0Copy full SHA for 91c98d0
pandas/tests/io/parser/test_textreader.py
@@ -28,7 +28,7 @@
28
# either both-sets or both dicts, and the code assumes this is the case.
29
# But the default argument in its __init__ is None, so we have to pass these
30
# explicitly in tests.
31
-_na_value_kwargs = {"na_values": set(), "na_fvalues": set()}
+_na_value_kwargs: dict[str, set] = {"na_values": set(), "na_fvalues": set()}
32
33
34
class TestTextReader:
0 commit comments