mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 22:31:12 +08:00
Replace Flake8 checks with Ruff (except for flake8-pyi) (#11496)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from _typeshed.wsgi import StartResponse, WSGIApplication, WSGIEnvironment
|
||||
from collections.abc import Iterable # noqa: F401
|
||||
from collections.abc import Iterable
|
||||
from typing_extensions import assert_type
|
||||
|
||||
from webob.dec import _AnyResponse, wsgify
|
||||
|
||||
Reference in New Issue
Block a user