Files
ruff/resources/test/fixtures/pyflakes/F403.py
2022-12-01 13:33:33 -05:00

7 lines
152 B
Python

from F634 import *
from F634 import * # noqa: E501
from F634 import * # noqa
from F634 import * # noqa: F403
from F634 import * # noqa: F403, E501