mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
5 lines
98 B
Python
5 lines
98 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
class Linter(LintRunner):
|
|
def run(self):
|
|
pass
|