DEBSOURCES
Skip Quicknav
sources / flake8-import-order / 0.19.2-1 / tests / test_cases / wrong_relative_order.py
1234567
# appnexus cryptography edited google smarkets from .. import A from . import B # I100 if TYPE_CHECKING: from .. import A from . import B # I100