Sign in
third-party-mirror
/
servo
/
refs/heads/main
/
.
/
python
/
tidy
/
tests
/
lints
/
proper_file.py
blob: 943e99c1d6fbc4b9de00c63c4f81e70124578f72 [
file
] [
log
] [
blame
] [
edit
]
from
servo_tidy
.
tidy
import
LintRunner
class
Lint
(
LintRunner
):
def
run
(
self
):
for
_
in
[
None
]:
yield
(
"path"
,
0
,
"foobar"
)