Skip to content

Commit a7d20e9

Browse files
committed
Format with Black
1 parent 74c8fd6 commit a7d20e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/background_jobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ async def create_re_add_org_pages_job(
423423
return job_id
424424
# pylint: disable=broad-exception-caught
425425
except Exception as exc:
426-
# pylint: disable=raise-missing-from
426+
# pylint: disable=raise-missing-from
427427
print(f"warning: re-add org pages job could not be started: {exc}")
428428
return None
429429

0 commit comments

Comments
 (0)