summaryrefslogtreecommitdiff
path: root/tests/unit/components/test_hostblock.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/components/test_hostblock.py')
-rw-r--r--tests/unit/components/test_hostblock.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/unit/components/test_hostblock.py b/tests/unit/components/test_hostblock.py
index 8178daf5e..07e091f7f 100644
--- a/tests/unit/components/test_hostblock.py
+++ b/tests/unit/components/test_hostblock.py
@@ -18,18 +18,16 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
+import logging
import pathlib
import zipfile
-import logging
import pytest
-from qutebrowser.qt import QtCore
-
+from helpers import testutils
from qutebrowser.components import hostblock
+from qutebrowser.qt import QtCore
from qutebrowser.utils import urlmatch
-from helpers import testutils
-
pytestmark = pytest.mark.usefixtures("qapp")