mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 22:32:11 +08:00
Update typing_extensions imports in third-party stubs (#11245)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from typing_extensions import Literal
|
||||
from typing import Literal
|
||||
|
||||
def commonmark(text: str, format: Literal["html", "json", "ast", "rst"] = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user