summaryrefslogtreecommitdiff
path: root/tests/frontend/mirror.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/mirror.py')
-rw-r--r--tests/frontend/mirror.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/mirror.py b/tests/frontend/mirror.py
index bffc754e7..3bb0a932c 100644
--- a/tests/frontend/mirror.py
+++ b/tests/frontend/mirror.py
@@ -2,12 +2,12 @@
# pylint: disable=redefined-outer-name
import os
+
import pytest
from buildstream import _yaml
-from buildstream.testing import create_repo
from buildstream.testing import cli # pylint: disable=unused-import
-
+from buildstream.testing import create_repo
# Project directory
TOP_DIR = os.path.dirname(os.path.realpath(__file__))