summaryrefslogtreecommitdiff
path: root/zephyr/zmake/tests/test_packers.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/tests/test_packers.py')
-rw-r--r--zephyr/zmake/tests/test_packers.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/zephyr/zmake/tests/test_packers.py b/zephyr/zmake/tests/test_packers.py
index 21361a925f..34b256bce6 100644
--- a/zephyr/zmake/tests/test_packers.py
+++ b/zephyr/zmake/tests/test_packers.py
@@ -2,13 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import hypothesis
-import hypothesis.strategies as st
import pathlib
-import pytest
import tempfile
import unittest.mock as mock
+import hypothesis
+import hypothesis.strategies as st
+import pytest
+
import zmake.output_packers as packers
# Strategies for use with hypothesis