Skip to content

Commit aba5b5f

Browse files
committed
Add missing type-ignore
1 parent b6caef3 commit aba5b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ def reinitialize_command(
10481048
self, command: _CommandT, reinit_subcommands: bool = False
10491049
) -> _CommandT: ...
10501050

1051-
@overload
1051+
@overload # type: ignore[override]
10521052
def get_command_class(self, command: Literal["alias"]) -> type[alias]: ...
10531053
@overload
10541054
def get_command_class(self, command: Literal["bdist_egg"]) -> type[bdist_egg]: ...

0 commit comments

Comments
 (0)