Skip to content
Snippets Groups Projects
Commit 26d135ba authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

_artifactcache/casserver.py: Fixed new (wrong-import-order) linter error

parent 89632150
No related branches found
No related tags found
1 merge request!1011Misc fixes to the tests and newer linter errors
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment