Cleanup: formatting with Black

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2021-07-29 19:34:11 +02:00
parent 6285826bfc
commit c931700fec

View File

@ -955,7 +955,7 @@ async def create_job(
*, *,
priority: int = 50, priority: int = 50,
job_description: str = None, job_description: str = None,
start_paused=False start_paused=False,
) -> dict: ) -> dict:
"""Creates a render job at Flamenco Server, returning the job object as dictionary.""" """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, render_image_format: str,
flamenco_render_frame_range: str, flamenco_render_frame_range: str,
*, *,
include_rel_path: bool = True include_rel_path: bool = True,
) -> typing.Optional[PurePath]: ) -> typing.Optional[PurePath]:
"""Cached version of render_output_path() """Cached version of render_output_path()