summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-16 18:30:38 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-26 14:54:05 -0500
commit26d135ba82e79919f89a5caa86e3066dc11d7386 (patch)
treeaaf707aac10b11c798fd9c419b08ba884f60a15e
parent896321503130dfb1c154f6ea587c91ecb637234b (diff)
downloadbuildstream-26d135ba82e79919f89a5caa86e3066dc11d7386.tar.gz
_artifactcache/casserver.py: Fixed new (wrong-import-order) linter error
-rw-r--r--buildstream/_artifactcache/casserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/casserver.py b/buildstream/_artifactcache/casserver.py
index ed0266585..2dd30a367 100644
--- a/buildstream/_artifactcache/casserver.py
+++ b/buildstream/_artifactcache/casserver.py
@@ -27,8 +27,8 @@ import uuid
import errno
import threading
-import click
import grpc
+import click
from .._protos.build.bazel.remote.execution.v2 import remote_execution_pb2, remote_execution_pb2_grpc
from .._protos.google.bytestream import bytestream_pb2, bytestream_pb2_grpc