Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightriff committed Oct 23, 2023
1 parent 44ceacd commit 7226c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upload_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def upload_task(cls, window_manager, area, target_object, file_path, packa
asset_description=constants.ASSET_DESCRIPTION,
file_path=file_path,
asset_id=package_id or NO_ASSET_ID,
upload_request_timeout_seconds = 25,
upload_request_timeout_seconds=25,
)

return operation
Expand Down

0 comments on commit 7226c12

Please sign in to comment.