mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix pyflakes warning.
This commit is contained in:
parent
2dff49174c
commit
30f964e489
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ paths = {"include_manifest": wpt_path("include.ini"),
|
|||
"config": wpt_path("config.ini")}
|
||||
# Imports
|
||||
sys.path.append(wpt_path("web-platform-tests", "tools"))
|
||||
import localpaths
|
||||
import localpaths # noqa: flake8
|
||||
from wptrunner import wptrunner, wptcommandline
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue