mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Fixing flake8 E401, E402 errors
This commit is contained in:
4
third_party/2and3/jinja2/utils.pyi
vendored
4
third_party/2and3/jinja2/utils.pyi
vendored
@@ -4,6 +4,8 @@
|
||||
|
||||
from typing import Any, Optional
|
||||
|
||||
from markupsafe import Markup, escape, soft_unicode
|
||||
|
||||
missing = ... # type: Any
|
||||
internal_code = ... # type: Any
|
||||
concat = ... # type: Any
|
||||
@@ -60,5 +62,3 @@ class Joiner:
|
||||
used = ... # type: bool
|
||||
def __init__(self, sep: str = ...) -> None: ...
|
||||
def __call__(self): ...
|
||||
|
||||
from markupsafe import Markup, escape, soft_unicode
|
||||
|
||||
Reference in New Issue
Block a user