aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/lints/no_lint.py
blob: e9f84aa9f3cc323fe71286db8dc07da9c839f4f9 (plain) (blame)
1
2
3
4
5
from servo_tidy.tidy import LintRunner

class Linter(LintRunner):
    def run(self):
        pass