You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/data/importer/scanning/defaults.py

12 lines
190 B
Python

# pyright: reportMissingImports=false
# ruff: noqa: E401 E702 F401 F403
import a
import a.b
import c as d
import e, e.f as g \
, h; import i
from j import k, l, m as n
from o import *