From bee0544c25e46c22863e60a27b47a03d5069a645 Mon Sep 17 00:00:00 2001 From: Lars Date: Tue, 2 Sep 2025 10:29:04 +0200 Subject: [PATCH] app/config.py aktualisiert --- app/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 5452a90..e4412c5 100644 --- a/app/config.py +++ b/app/config.py @@ -1,4 +1,3 @@ - from __future__ import annotations import os from functools import lru_cache @@ -17,4 +16,4 @@ class Settings: @lru_cache def get_settings() -> Settings: - return Settings() + return Settings() \ No newline at end of file