Fixing flake8 F403, F405 errors

This commit is contained in:
Lukasz Langa
2016-12-20 02:28:12 -08:00
parent 99a57e5cbe
commit 82b2d8e3bc
24 changed files with 36 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
from typing import Any, Union, TextIO
from builtins import open as _builtin_open
from token import *
from token import * # noqa: F403
COMMENT = ... # type: Any
NL = ... # type: Any