mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Removed unused # noqa: F403 (#7032)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user