diff --git a/api/advent22_api/core/depends.py b/api/advent22_api/core/depends.py index b1f32ad..5d17664 100644 --- a/api/advent22_api/core/depends.py +++ b/api/advent22_api/core/depends.py @@ -111,9 +111,9 @@ async def get_all_image_names( async def gen_day_auto_image( day: int, - cfg: Config = Depends(get_config), - auto_image_names: dict[int, str] = Depends(get_all_auto_image_names), - day_parts: dict[int, str] = Depends(get_all_parts), + cfg: Config, + auto_image_names: dict[int, str], + day_parts: dict[int, str], ) -> Image.Image: """ Automatisch generiertes Bild erstellen