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: ...