refactor(typing): update handler signatures to use Dict and Any for improved type hinting
This commit is contained in:
@@ -25,7 +25,7 @@ config = {
|
||||
}
|
||||
|
||||
|
||||
async def handler(input_data: Dict[str, Any], ctx: FlowContext):
|
||||
async def handler(input_data: Dict[str, Any], ctx: FlowContext) -> None:
|
||||
"""
|
||||
Cron-Handler: Findet alle Beteiligte die Sync benötigen und emittiert Events
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user