mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Replace Any with Incomplete in distutils (#12842)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user