From c931700fec4813bd455cbc24edbf1f77c6b45e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 29 Jul 2021 19:34:11 +0200 Subject: [PATCH] Cleanup: formatting with Black No functional changes. --- blender_cloud/flamenco/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blender_cloud/flamenco/__init__.py b/blender_cloud/flamenco/__init__.py index cef7ef8..1433433 100644 --- a/blender_cloud/flamenco/__init__.py +++ b/blender_cloud/flamenco/__init__.py @@ -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()