1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-04 14:03:39 +01:00
servo/python/tidy/servo_tidy_tests/lints/proper_file.py
2016-11-11 19:54:34 +05:30

6 lines
148 B
Python

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