mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Fixing flake8 F403, F405 errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user