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 b6caef3 commit aba5b5fCopy full SHA for aba5b5f
setuptools/dist.py
@@ -1048,7 +1048,7 @@ def reinitialize_command(
1048
self, command: _CommandT, reinit_subcommands: bool = False
1049
) -> _CommandT: ...
1050
1051
- @overload
+ @overload # type: ignore[override]
1052
def get_command_class(self, command: Literal["alias"]) -> type[alias]: ...
1053
@overload
1054
def get_command_class(self, command: Literal["bdist_egg"]) -> type[bdist_egg]: ...
0 commit comments