summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-24 11:18:07 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 13:58:09 +0100
commita9489c8e97bad8916a8cf91ba97045b071ab6323 (patch)
tree0c7954dc66699f2e4d3ea3dac727282384dc6698
parent50fd1480a06a0fa2dc7dfc2726cd9644fad6acb4 (diff)
downloadbuildstream-a9489c8e97bad8916a8cf91ba97045b071ab6323.tar.gz
_artifactcache/cascache.py: Remove unused imports
The imports of `Message` and `MessageType` were unused. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-rw-r--r--buildstream/_artifactcache/cascache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/cascache.py b/buildstream/_artifactcache/cascache.py
index 3ba6dcabd..a9473646d 100644
--- a/buildstream/_artifactcache/cascache.py
+++ b/buildstream/_artifactcache/cascache.py
@@ -37,7 +37,6 @@ from .._protos.google.bytestream import bytestream_pb2, bytestream_pb2_grpc
from .._protos.build.bazel.remote.execution.v2 import remote_execution_pb2, remote_execution_pb2_grpc
from .._protos.buildstream.v2 import buildstream_pb2, buildstream_pb2_grpc
-from .._message import MessageType, Message
from .. import _signals, utils
from .._exceptions import ArtifactError