mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 01:23:24 +08:00
Code improvements from new Ruff checks (#11498)
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
# pyright: reportWildcardImportFromLibrary=false
|
||||
|
||||
"""
|
||||
This tests that star imports work when using "all += " syntax.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
from typing import * # noqa: F403
|
||||
|
||||
Reference in New Issue
Block a user