mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
6 lines
98 B
Python
6 lines
98 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
class Linter(LintRunner):
|
|
def run(self):
|
|
pass
|