# fixtures/python/no-star-import
Test fixtures for the `python/no-star-import` rule. `match.py` contains wildcard imports (`from x import *`) that should trigger the rule. `no_match.py` contains explicit imports and regular import statements that should not trigger.