Skip to content

Commit

Permalink
remove unnecessary things
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 21, 2024
1 parent 88b428b commit e588a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbench/rest_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def object_insert(bucket_name):
elif upload_type == "multipart":
blob, projection = gcs_type.object.Object.init_multipart(flask.request, bucket)
# Handle stall for full uploads.
instruction = testbench.common.extract_instruction(request, context=None)
testbench.common.extract_instruction(request, context=None)
(
stall_time,
after_bytes,
Expand Down Expand Up @@ -1119,7 +1119,7 @@ def resumable_upload_chunk(bucket_name):
test_id,
)

instruction = testbench.common.extract_instruction(request, context=None)
testbench.common.extract_instruction(request, context=None)
(
stall_time,
after_bytes,
Expand Down

0 comments on commit e588a5f

Please sign in to comment.