[Notes] [Git][BuildGrid/buildgrid][master] test_storage.py: change import order to appease pylint



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • tests/cas/test_storage.py
    ... ... @@ -21,8 +21,8 @@ import tempfile
    21 21
     
    
    22 22
     import boto3
    
    23 23
     import grpc
    
    24
    -import pytest
    
    25 24
     from moto import mock_s3
    
    25
    +import pytest
    
    26 26
     
    
    27 27
     from buildgrid._protos.build.bazel.remote.execution.v2 import remote_execution_pb2
    
    28 28
     from buildgrid.server.cas.storage.remote import RemoteStorage
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]