summaryrefslogtreecommitdiff
path: root/tests/plugins/loading.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/loading.py')
-rw-r--r--tests/plugins/loading.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/loading.py b/tests/plugins/loading.py
index 7aeb242f3..e62cd5238 100644
--- a/tests/plugins/loading.py
+++ b/tests/plugins/loading.py
@@ -8,12 +8,12 @@
import os
import shutil
+
import pytest
+from buildstream import _yaml
from buildstream.exceptions import ErrorDomain, LoadErrorReason
from buildstream.testing import cli # pylint: disable=unused-import
-from buildstream import _yaml
-
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "loading")