Remove now unused imports from test_debug.

This commit is contained in:
Florian Bruhin 2015-04-03 23:23:31 +02:00
parent 0e76f9b1f1
commit 544dc650e7

View File

@ -25,7 +25,6 @@ import unittest
import logging import logging
from PyQt5.QtCore import Qt from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import QStyle, QFrame
from qutebrowser.utils import debug from qutebrowser.utils import debug
from qutebrowser.test import stubs from qutebrowser.test import stubs