Fix pyflakes warning.

This commit is contained in:
Josh Matthews 2018-07-24 18:06:30 -04:00 committed by GitHub
parent 2dff49174c
commit 30f964e489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ paths = {"include_manifest": wpt_path("include.ini"),
"config": wpt_path("config.ini")} "config": wpt_path("config.ini")}
# Imports # Imports
sys.path.append(wpt_path("web-platform-tests", "tools")) sys.path.append(wpt_path("web-platform-tests", "tools"))
import localpaths import localpaths # noqa: flake8
from wptrunner import wptrunner, wptcommandline from wptrunner import wptrunner, wptcommandline