summaryrefslogtreecommitdiff
path: root/tests/frontend/show.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/show.py')
-rw-r--r--tests/frontend/show.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/frontend/show.py b/tests/frontend/show.py
index 4be4b72e9..8468ca5a1 100644
--- a/tests/frontend/show.py
+++ b/tests/frontend/show.py
@@ -1,14 +1,16 @@
# Pylint doesn't play well with fixtures and dependency injection from pytest
# pylint: disable=redefined-outer-name
+import itertools
import os
-import sys
import shutil
-import itertools
+import sys
+
import pytest
-from buildstream.testing import cli # pylint: disable=unused-import
+
from buildstream import _yaml
from buildstream.exceptions import ErrorDomain, LoadErrorReason
+from buildstream.testing import cli # pylint: disable=unused-import
from tests.testutils import generate_junction