Correction de l'import d'utils.cache

This commit is contained in:
Colin Maudry
2026-04-20 00:06:44 +02:00
parent e44fe452b2
commit 285ed37d79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from dotenv import load_dotenv
from flask import Response
from src.utils import DEVELOPMENT
from utils.cache import cache
from src.utils.cache import cache
load_dotenv()