Skip to content

Commit

Permalink
Resolved pylint error (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonb committed Dec 17, 2020
1 parent b8e8326 commit 668f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_project/qunit-runner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import time

from selenium import webdriver
from selenium import webdriver # pylint:disable=no-name-in-module

ROOT = os.path.abspath(os.path.dirname(__file__))
URL = "file://" + ROOT + "/qunit.html"
Expand Down

0 comments on commit 668f5d1

Please sign in to comment.