mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal
|
||||
|
||||
def add(buffer: bytes, entropy: int) -> None: ...
|
||||
def status() -> Literal[0, 1]: ...
|
||||
|
||||
Reference in New Issue
Block a user