Skip to content

Commit 9a92a8c

Browse files
authored
Update s3 (#225)
Co-authored-by: Dengke Tang <dengket@amazon.com>
1 parent 8d38585 commit 9a92a8c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/test_s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def _put_object_cancel_helper(self, cancel_after_read):
294294
finished_future.result(self.timeout)
295295
except Exception as e:
296296
self.assertEqual(e.name, "AWS_ERROR_S3_CANCELED")
297-
298297
shutdown_event = s3_request.shutdown_event
299298
del s3_request
300299
self.assertTrue(shutdown_event.wait(self.timeout))

0 commit comments

Comments
 (0)