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/has_absolute_import.py

14 lines
230 B
Python

# pyright: reportMissingImports=false
# ruff: noqa: E401 E702 F401 F403
from __future__ import absolute_import
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 *