summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_history_bdd.py
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2017-04-06 12:02:43 -0400
committerRyan Roden-Corrent <ryan@rcorre.net>2017-06-19 07:44:11 -0400
commit3e63b62d6e43717b1b0c900125bf0a7ba55c9a97 (patch)
treea00838bc411d5164cdfc813cf40a67ace1b3d96d /tests/end2end/features/test_history_bdd.py
parent8ff45331df32e35c214662056f8b5d72e789b8eb (diff)
downloadqutebrowser-3e63b62d6e43717b1b0c900125bf0a7ba55c9a97.tar.gz
qutebrowser-3e63b62d6e43717b1b0c900125bf0a7ba55c9a97.zip
Fix pylint/flake8 for sql work.
Diffstat (limited to 'tests/end2end/features/test_history_bdd.py')
-rw-r--r--tests/end2end/features/test_history_bdd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/test_history_bdd.py b/tests/end2end/features/test_history_bdd.py
index 25995e9d0..70f23f86b 100644
--- a/tests/end2end/features/test_history_bdd.py
+++ b/tests/end2end/features/test_history_bdd.py
@@ -21,7 +21,7 @@ import os.path
import pytest_bdd as bdd
-from PyQt5.QtSql import QSqlDatabase, QSqlQuery
+from PyQt5.QtSql import QSqlDatabase
bdd.scenarios('history.feature')