mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
5 lines
104 B
Python
5 lines
104 B
Python
from servo_tidy.tidy import LintRunner
|
|
|
|
class Lint(LintRunner):
|
|
def some_method(self):
|
|
pass
|