Skip to content

Commit a3493ee

Browse files
committed
fix linter error
1 parent 0d3cc7c commit a3493ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

alephclient/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,7 @@ def signed_url_upload(
554554
except AlephException as ae:
555555
if ae.status == 404:
556556
raise AlephException(
557-
"Upload endpoint not found. "
558-
"Is this an Aleph Pro instance?"
557+
"Upload endpoint not found. Is this an Aleph Pro instance?"
559558
) from ae
560559
raise
561560
signed_url = result["url"]

0 commit comments

Comments
 (0)