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 5020d0d commit 7cfba8eCopy full SHA for 7cfba8e
mypy/config_parser.py
@@ -31,7 +31,7 @@
31
class VersionTypeError(argparse.ArgumentTypeError):
32
"""Provide a fallback value if the Python version is unsupported."""
33
34
- def __init__(self, *args: Any, fallback: tuple[int, int]) -> None:
+ def __init__(self, *args: object, fallback: tuple[int, int]) -> None:
35
self.fallback = fallback
36
super().__init__(*args)
37
0 commit comments