Skip to content

Commit

Permalink
Fix formatting of ea86737
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jan 9, 2025
1 parent 5b8fe45 commit d97c295
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/quart_trio/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ def run_task(
config.errorlog = config.accesslog
config.keyfile = keyfile

return serve(self, config, shutdown_trigger=shutdown_trigger,
task_status=task_status)
return serve(self, config, shutdown_trigger=shutdown_trigger, task_status=task_status)

def sync_to_async(self, func: Callable[P, T]) -> Callable[P, Awaitable[T]]:
"""Return a async function that will run the synchronous function *func*.
Expand Down

0 comments on commit d97c295

Please # to comment.