Remove unused imports in test_completiondelegate.

This commit is contained in:
Ryan Roden-Corrent 2018-09-15 14:45:18 -04:00
parent 102c6b99dd
commit 4f733333c3
No known key found for this signature in database
GPG Key ID: 4E5072F68872BC04

View File

@ -23,8 +23,6 @@ from unittest import mock
import pytest
from PyQt5.QtCore import QModelIndex
from PyQt5.QtWidgets import QStyleOptionViewItem, QStyledItemDelegate
from PyQt5.QtGui import QPainter
from qutebrowser.completion import completiondelegate