Fixed formatting
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 6s
Build on push / prepare (push) Successful in 9s
Build on push / core (push) Successful in 19s
Build on push / query (push) Successful in 19s
Build on push / dependency (push) Successful in 14s
Build on push / mail (push) Successful in 16s
Build on push / application (push) Successful in 19s
Build on push / database (push) Successful in 20s
Build on push / translation (push) Successful in 20s
Build on push / auth (push) Successful in 14s
Build on push / api (push) Successful in 15s

This commit is contained in:
2025-09-25 10:37:29 +02:00
parent e3e1703ff8
commit 0529269747
10 changed files with 23 additions and 16 deletions

View File

@@ -1,2 +1,2 @@
from .application_builder import ApplicationBuilder
from .host import Host
from .host import Host

View File

@@ -77,4 +77,4 @@ class Host:
if asyncio.iscoroutinefunction(func):
return cls.get_loop().run_until_complete(func(*args, **kwargs))
return func(*args, **kwargs)
return func(*args, **kwargs)