mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Fixing flake8 F403, F405 errors
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any, AnyStr, List
|
||||
from genericpath import *
|
||||
from genericpath import * # noqa: F403
|
||||
|
||||
curdir = ... # type: Any
|
||||
pardir = ... # type: Any
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from sqlite3.dbapi2 import *
|
||||
from sqlite3.dbapi2 import * # noqa: F403
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
from ._base import *
|
||||
from .thread import *
|
||||
from .process import *
|
||||
from ._base import * # noqa: F403
|
||||
from .thread import * # noqa: F403
|
||||
from .process import * # noqa: F403
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from _curses import *
|
||||
from _curses import * # noqa: F403
|
||||
# Stubgen imports a python version of has_key only if it's not present
|
||||
# in _curses (which it is in this stub)
|
||||
# from .has_key import has_key as has_key
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from sqlite3.dbapi2 import *
|
||||
from sqlite3.dbapi2 import * # noqa: F403
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
from tkinter.constants import *
|
||||
from tkinter.constants import * # noqa: F403
|
||||
|
||||
TclError = ... # type: Any
|
||||
wantobjects = ... # type: Any
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from xml.etree.ElementTree import *
|
||||
from xml.etree.ElementTree import * # noqa: F403
|
||||
|
||||
Reference in New Issue
Block a user