mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
Use 'as name' patter to re-export names from stubs (PEP 484) (#1484)
This commit is contained in:
committed by
Jelle Zijlstra
parent
643aedea1b
commit
d75ea88da5
3
third_party/2and3/click/globals.pyi
vendored
3
third_party/2and3/click/globals.pyi
vendored
@@ -1,4 +1,5 @@
|
||||
from click.core import Optional, Context
|
||||
from click.core import Context
|
||||
from typing import Optional
|
||||
|
||||
|
||||
def get_current_context(silent: bool = False) -> Context:
|
||||
|
||||
2
third_party/2and3/jinja2/utils.pyi
vendored
2
third_party/2and3/jinja2/utils.pyi
vendored
@@ -1,6 +1,6 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
from markupsafe import Markup, escape, soft_unicode
|
||||
from markupsafe import Markup as Markup, escape as escape, soft_unicode as soft_unicode
|
||||
|
||||
missing = ... # type: Any
|
||||
internal_code = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user