mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
6 lines
148 B
Python
6 lines
148 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
class Lint(LintRunner):
|
|
def run(self):
|
|
for _ in [None]:
|
|
yield ('path', 0, 'foobar')
|