1 2 3 4 5 6
from servo_tidy.tidy import LintRunner class Lint(LintRunner): def run(self): for _ in [None]: yield ('path', 0, 'foobar')