mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Big diff: Use new "|" union syntax (#5872)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from typing import Optional
|
||||
|
||||
def version() -> str: ...
|
||||
def bootstrap(
|
||||
*,
|
||||
root: Optional[str] = ...,
|
||||
root: str | None = ...,
|
||||
upgrade: bool = ...,
|
||||
user: bool = ...,
|
||||
altinstall: bool = ...,
|
||||
|
||||
Reference in New Issue
Block a user