Cleanup: formatting with Black
No functional changes.
This commit is contained in:
parent
6285826bfc
commit
c931700fec
@ -955,7 +955,7 @@ async def create_job(
|
||||
*,
|
||||
priority: int = 50,
|
||||
job_description: str = None,
|
||||
start_paused=False
|
||||
start_paused=False,
|
||||
) -> dict:
|
||||
"""Creates a render job at Flamenco Server, returning the job object as dictionary."""
|
||||
|
||||
@ -1008,7 +1008,7 @@ def _render_output_path(
|
||||
render_image_format: str,
|
||||
flamenco_render_frame_range: str,
|
||||
*,
|
||||
include_rel_path: bool = True
|
||||
include_rel_path: bool = True,
|
||||
) -> typing.Optional[PurePath]:
|
||||
"""Cached version of render_output_path()
|
||||
|
||||
|
Reference in New Issue
Block a user