Remove unused re import

This commit is contained in:
Ryan Roden-Corrent 2017-12-12 20:27:06 -05:00
parent 8358c76f86
commit ae294e92ad

View File

@ -19,8 +19,6 @@
"""A completion category that queries the SQL History store.""" """A completion category that queries the SQL History store."""
import re
from PyQt5.QtSql import QSqlQueryModel from PyQt5.QtSql import QSqlQueryModel
from qutebrowser.misc import sql from qutebrowser.misc import sql