Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco committed Aug 22, 2023
1 parent 8d0517a commit abf7a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions testbench/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
import socket
import struct
import types
from collections.abc import Iterable
from functools import wraps

import flask
import scalpl
from collections.abc import Iterable
from google.protobuf import timestamp_pb2
from grpc import StatusCode
from requests_toolbelt import MultipartDecoder
from requests_toolbelt.multipart.decoder import ImproperBodyPartContentException
from requests_toolbelt.multipart.decoder import \
ImproperBodyPartContentException

import testbench
from google.storage.v2 import storage_pb2
Expand Down
5 changes: 3 additions & 2 deletions tests/test_testbench_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
import unittest
import unittest.mock

from grpc import StatusCode

import gcs
import testbench
from testbench import rest_server
from google.storage.v2 import storage_pb2
from grpc import StatusCode
from testbench import rest_server

UPLOAD_QUANTUM = 256 * 1024

Expand Down

0 comments on commit abf7a97

Please sign in to comment.