Skip to content

Commit

Permalink
Autoformat
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Newton <[email protected]>
  • Loading branch information
Tom-Newton committed Dec 9, 2024
1 parent 3efd4ea commit a829139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,9 @@ async def _serialize_and_register(
tasks.append(
loop.run_in_executor(
None,
functools.partial(self.raw_register, cp_entity, serialization_settings, version, og_entity=task_entity),
functools.partial(
self.raw_register, cp_entity, serialization_settings, version, og_entity=task_entity
),
)
)
if task_entity == entity:
Expand Down

0 comments on commit a829139

Please sign in to comment.