Removed unused # noqa: F403 (#7032)

This commit is contained in:
Nikita Sobolev
2022-01-25 11:21:11 +03:00
committed by GitHub
parent 54a37d10b1
commit 9a89e09753
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
from _curses import * # noqa: F403
from _curses import *
from _curses import _CursesWindow as _CursesWindow
from typing import Any, Callable, TypeVar

View File

@@ -1 +1 @@
from sqlite3.dbapi2 import * # noqa: F403
from sqlite3.dbapi2 import *

View File

@@ -1 +1 @@
from xml.etree.ElementTree import * # noqa: F403
from xml.etree.ElementTree import *

View File

@@ -2,7 +2,7 @@ import sys
from typing import Any, Callable, TypeVar
if sys.platform != "win32":
from _curses import * # noqa: F403
from _curses import *
from _curses import _CursesWindow as _CursesWindow
_T = TypeVar("_T")

View File

@@ -1 +1 @@
from sqlite3.dbapi2 import * # noqa: F403
from sqlite3.dbapi2 import *

View File

@@ -1,7 +1,7 @@
import sys
from _typeshed import StrOrBytesPath
from builtins import open as _builtin_open
from token import * # noqa: F403
from token import *
from typing import Any, Callable, Generator, Iterable, NamedTuple, Pattern, Sequence, TextIO, Union
if sys.version_info < (3, 7):

View File

@@ -1 +1 @@
from xml.etree.ElementTree import * # noqa: F403
from xml.etree.ElementTree import *