Merge pull request #639 from escapade-mckv/feature-flags

Feature flags
This commit is contained in:
Bobbie 2025-06-05 16:38:03 +05:30 committed by GitHub
commit e6961f0e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import logging
import os
from datetime import datetime
from typing import Dict, List, Optional
from services import redis
from services.redis import redis
logger = logging.getLogger(__name__)