Skip to content

Commit b4896bc

Browse files
author
Alexander Lenail
committed
fix lint
1 parent 4dc8b7d commit b4896bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/galaxy/objectstore/azure_blob.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
try:
2020
from azure.storage import CloudStorageAccount
21-
from azure.storage.blob import BlockBlobService, PublicAccess
21+
from azure.storage.blob import BlockBlobService
2222
from azure.common import AzureHttpError
2323
except ImportError:
2424
BlockBlobService = None
@@ -79,7 +79,6 @@ def _parse_config_xml(self, config_xml):
7979
log.debug("Object cache dir: %s", self.staging_path)
8080
log.debug(" job work dir: %s", self.extra_dirs['job_work'])
8181

82-
8382
except Exception:
8483
# Toss it back up after logging, we can't continue loading at this point.
8584
log.exception("Malformed ObjectStore Configuration XML -- unable to continue")

0 commit comments

Comments
 (0)