Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def _delete_blob_options(self, delete_snapshots=False, **kwargs):

@distributed_trace
def delete_blob(self, delete_snapshots=False, **kwargs):
# type: (bool, **Any) -> None
# type: (str, **Any) -> None
"""Marks the specified blob for deletion.

The blob is later deleted during garbage collection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ async def download_blob(self, offset=None, length=None, **kwargs):

@distributed_trace_async
async def delete_blob(self, delete_snapshots=False, **kwargs):
# type: (bool, Any) -> None
# type: (str, Any) -> None
"""Marks the specified blob for deletion.

The blob is later deleted during garbage collection.
Expand Down