mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +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
|
||||
from tkinter.constants import *
|
||||
from tkinter.constants import * # noqa: F403
|
||||
|
||||
TclError = ... # type: Any
|
||||
wantobjects = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user