Skip to content

Commit 235d1c9

Browse files
committed
drop on_ready async function
1 parent 94a7eb1 commit 235d1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/common/interfaces/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ class IApplicationReady:
3131
"""
3232

3333
@abstractmethod
34-
async def on_ready(self, app: "App") -> None:
34+
def on_ready(self, app: "App") -> None:
3535
"""Application Shutdown Actions"""

0 commit comments

Comments
 (0)