summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-06-05 18:38:39 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-06 15:05:21 +0000
commit94f8c8eacddd3d4d015ff6cd573e088c840e055c (patch)
tree6dc53b7cc69b57848975fa22770afff29ed7c751
parent0951e10bb483a4c188a55df871dfa51cce772958 (diff)
downloadbuildstream-94f8c8eacddd3d4d015ff6cd573e088c840e055c.tar.gz
tests/artifactcache/push: remove unused import
-rw-r--r--tests/artifactcache/push.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/artifactcache/push.py b/tests/artifactcache/push.py
index af082e7d0..1cf46a496 100644
--- a/tests/artifactcache/push.py
+++ b/tests/artifactcache/push.py
@@ -11,7 +11,6 @@ from buildstream import _yaml, _signals, utils, Scope
from buildstream._context import Context
from buildstream._project import Project
from buildstream._protos.build.bazel.remote.execution.v2 import remote_execution_pb2
-from buildstream.storage._casbaseddirectory import CasBasedDirectory
from buildstream.testing import cli # pylint: disable=unused-import
from tests.testutils import create_artifact_share