mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
7 lines
148 B
Python
7 lines
148 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
class Lint(LintRunner):
|
|
def run(self):
|
|
for _ in [None]:
|
|
yield ('path', 0, 'foobar')
|