From 21cb18c65430f36e67ba527ac16ec96bda3e32b4 Mon Sep 17 00:00:00 2001 From: ovchynnikov Date: Tue, 28 Jan 2025 19:58:44 +0100 Subject: [PATCH] fix: linter --- src/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.py b/src/main.py index 59c8223..b8dca06 100644 --- a/src/main.py +++ b/src/main.py @@ -16,6 +16,8 @@ load_dotenv() language = os.getenv("LANGUAGE", "ua").lower() # Default to Ukrainian if not set + + # Cache responses from JSON file @lru_cache(maxsize=1) def load_responses():