From 26d135ba82e79919f89a5caa86e3066dc11d7386 Mon Sep 17 00:00:00 2001
From: Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
Date: Sun, 16 Dec 2018 18:30:38 +0900
Subject: [PATCH] _artifactcache/casserver.py: Fixed new (wrong-import-order)
 linter error

---
 buildstream/_artifactcache/casserver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildstream/_artifactcache/casserver.py b/buildstream/_artifactcache/casserver.py
index ed0266585d..2dd30a3671 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
-- 
GitLab