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