summaryrefslogtreecommitdiff
path: root/tests/frontend/track.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/track.py')
-rw-r--r--tests/frontend/track.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/track.py b/tests/frontend/track.py
index 51768d650..4e1059824 100644
--- a/tests/frontend/track.py
+++ b/tests/frontend/track.py
@@ -1,11 +1,11 @@
import os
import pytest
-from tests.testutils import cli, create_repo, ALL_REPO_KINDS
+from tests.testutils import cli, create_repo, ALL_REPO_KINDS, generate_junction
from buildstream._exceptions import ErrorDomain, LoadErrorReason
from buildstream import _yaml
-from . import configure_project, generate_junction
+from . import configure_project
# Project directory
TOP_DIR = os.path.dirname(os.path.realpath(__file__))