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