summaryrefslogtreecommitdiff
path: root/tests/frontend/workspace.py
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-03-01 09:10:13 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-03-01 19:05:30 +0000
commit29f8df922fabd350b535f3949cf138b193b409f3 (patch)
treebb3133310939227a78de0dab3da15520b8ef5d8e /tests/frontend/workspace.py
parent402cc7af5464f34d29909148dfb0876e56f97124 (diff)
downloadbuildstream-remove-dead-code.tar.gz
tests: Remove unused importsremove-dead-code
Diffstat (limited to 'tests/frontend/workspace.py')
-rw-r--r--tests/frontend/workspace.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/frontend/workspace.py b/tests/frontend/workspace.py
index 722512d6d..0e834912c 100644
--- a/tests/frontend/workspace.py
+++ b/tests/frontend/workspace.py
@@ -29,13 +29,12 @@ import stat
import pytest
import shutil
import subprocess
-from ruamel.yaml.comments import CommentedSet
from tests.testutils import create_repo, ALL_REPO_KINDS, wait_for_cache_granularity
from tests.testutils import create_artifact_share, create_element_size
from buildstream.plugintestutils import cli
from buildstream import _yaml
-from buildstream._exceptions import ErrorDomain, LoadError, LoadErrorReason
+from buildstream._exceptions import ErrorDomain, LoadErrorReason
from buildstream._workspaces import BST_WORKSPACE_FORMAT_VERSION
repo_kinds = [(kind) for kind in ALL_REPO_KINDS]