remove unused CONFIG init

This commit is contained in:
Simon 2024-05-21 12:16:30 +02:00
parent 758038f93d
commit 1bcb4f1f7c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@
import os
from celery import Celery
from home.src.ta.config import AppConfig
from home.src.ta.settings import EnvironmentSettings
CONFIG = AppConfig().config
REDIS_HOST = EnvironmentSettings.REDIS_HOST
REDIS_PORT = EnvironmentSettings.REDIS_PORT