From 2fb893df9060a506f932d79267242016577d84a3 Mon Sep 17 00:00:00 2001 From: Pascal Scheiben Date: Thu, 18 Sep 2025 12:09:33 +0200 Subject: [PATCH] Enhancing comments, adding stub for business logic --- src/config/service.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/service.py b/src/config/service.py index e5b650f..fcdf606 100644 --- a/src/config/service.py +++ b/src/config/service.py @@ -1,3 +1,2 @@ # contains the business logic for the config service -async def save_config() -> None: - ... +async def save_config() -> None: ...