mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Requires servo/servo#37045 for deps and config. Testing: No need for tests to test tests. Fixes: servo/servo#37041 --------- Signed-off-by: zefr0x <zer0-x.7ty50@aleeas.com>
7 lines
103 B
Python
7 lines
103 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
|
|
class Lint(LintRunner):
|
|
def run(self):
|
|
yield None
|