From 26d135ba82e79919f89a5caa86e3066dc11d7386 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 16 Dec 2018 18:30:38 +0900 Subject: _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 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 -- cgit v1.2.1