Skip to content

Commit

Permalink
flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorodskyi committed Dec 3, 2022
1 parent 38762e4 commit 84b1ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocw/lib/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def cleanup_all(self):
self.cleanup_disks_from_rg()
self.cleanup_blob_containers()


@staticmethod
def container_valid_for_cleanup(container):
'''
Expand All @@ -126,7 +125,6 @@ def container_valid_for_cleanup(container):
return True
return False


def cleanup_blob_containers(self):
containers = self.bs_client().list_containers(include_metadata=True)
for c in containers:
Expand Down

0 comments on commit 84b1ea2

Please sign in to comment.