summaryrefslogtreecommitdiff
path: root/tests/frontend/order.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/order.py')
-rw-r--r--tests/frontend/order.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/frontend/order.py b/tests/frontend/order.py
index fbeb7c398..9c71a4ed9 100644
--- a/tests/frontend/order.py
+++ b/tests/frontend/order.py
@@ -4,9 +4,10 @@
import os
import pytest
-from buildstream.testing import create_repo
-from buildstream.testing import cli # pylint: disable=unused-import
+
from buildstream import _yaml
+from buildstream.testing import cli # pylint: disable=unused-import
+from buildstream.testing import create_repo
# Project directory
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project",)