Fixing flake8 E401, E402 errors

This commit is contained in:
Lukasz Langa
2016-12-20 00:41:22 -08:00
parent 147772950f
commit 6eb97964fd
25 changed files with 79 additions and 81 deletions

View File

@@ -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