summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_elf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_elf.py')
-rw-r--r--tests/unit/misc/test_elf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/misc/test_elf.py b/tests/unit/misc/test_elf.py
index a2c1d1025..f4872b6d0 100644
--- a/tests/unit/misc/test_elf.py
+++ b/tests/unit/misc/test_elf.py
@@ -20,13 +20,13 @@
import io
import struct
-import pytest
import hypothesis
+import pytest
from hypothesis import strategies as hst
+from helpers import testutils
from qutebrowser.misc import elf
from qutebrowser.utils import utils
-from helpers import testutils
@pytest.mark.parametrize('fmt, expected', [