Replace Any with Incomplete in distutils (#12842)

This commit is contained in:
Avasam
2024-10-18 11:26:08 -04:00
committed by GitHub
parent 281dd351a2
commit de4842db26
24 changed files with 216 additions and 198 deletions

View File

@@ -101,7 +101,8 @@ def setup(
include_dirs: list[str] = ...,
password: str = ...,
fullname: str = ...,
**attrs,
# Custom Distributions could accept more params
**attrs: Any,
) -> Distribution: ...
class Command(_Command):