Skip to content

Commit

Permalink
Reformatting file [4]
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabelle Tot (UN) committed Apr 29, 2024
1 parent 12cc7da commit 9d4cb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdx/utilities/azure_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def upload_file(
)

blob_client = blob_service.get_blob_client(
container=container,
blob=filename)
container=container, blob=filename
)

try:
stream = io.StringIO()
Expand Down

0 comments on commit 9d4cb9b

Please sign in to comment.