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 *