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

10 lines
153 B
Python

# pyright: reportMissingImports=false
# ruff: noqa: E401 E702 F401 F403
from . import a
from .b import c, d as e
from ... import (
f,
j as k,
)