chore: rename config.py => settings.py

This commit is contained in:
Felix Spöttel
2023-02-08 16:23:51 +01:00
parent 27b6f8eb8f
commit f02fb9d1c7
6 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from celery import Celery
from app.shared.config import settings
from app.shared.settings import settings
def get_celery_binding() -> Celery: