summaryrefslogtreecommitdiff
path: root/tests/sources/no_fetch_cached.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/no_fetch_cached.py')
-rw-r--r--tests/sources/no_fetch_cached.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sources/no_fetch_cached.py b/tests/sources/no_fetch_cached.py
index 4984f5326..96b94e9f9 100644
--- a/tests/sources/no_fetch_cached.py
+++ b/tests/sources/no_fetch_cached.py
@@ -2,11 +2,11 @@
# pylint: disable=redefined-outer-name
import os
+
import pytest
from buildstream.testing import cli # pylint: disable=unused-import
-from buildstream.testing import create_repo
-from buildstream.testing import generate_element
+from buildstream.testing import create_repo, generate_element
from buildstream.testing._utils.site import HAVE_GIT
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "no-fetch-cached")