summaryrefslogtreecommitdiffstats
path: root/test/fixture/python_scanner/imports_unknown_files.py
blob: 5582e7b0967c5126ae197d15f00398a1b3c82826 (plain)
1
2
3
import doesntexist  # noqa: F401
import notthere.something  # noqa: F401
from notthere import a, few, things  # noqa: F401