Skip to content

Commit 731526a

Browse files
committed
Format with Black
1 parent 0e2debb commit 731526a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/background_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async def create_re_add_org_pages_job(
432432
return job_id
433433
# pylint: disable=broad-exception-caught
434434
except Exception as exc:
435-
# pylint: disable=raise-missing-from
435+
# pylint: disable=raise-missing-from
436436
print(f"warning: re-add org pages job could not be started: {exc}")
437437
return None
438438

0 commit comments

Comments
 (0)