format files

This commit is contained in:
maxDorninger
2025-07-01 16:03:17 +02:00
parent 27c3c58cd9
commit efc3846860
18 changed files with 118 additions and 121 deletions

View File

@@ -29,4 +29,3 @@ def get_notification_service(
notification_service_dep = Annotated[
NotificationService, Depends(get_notification_service)
]