summaryrefslogtreecommitdiff
path: root/tests/format/substitutions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/substitutions.py')
-rw-r--r--tests/format/substitutions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/format/substitutions.py b/tests/format/substitutions.py
index 265f13e66..026619547 100644
--- a/tests/format/substitutions.py
+++ b/tests/format/substitutions.py
@@ -2,9 +2,10 @@
# pylint: disable=redefined-outer-name
import os
+
import pytest
-from buildstream.testing import cli # pylint: disable=unused-import
+from buildstream.testing import cli # pylint: disable=unused-import
DATA_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "project", "default")