refactor shared setting to avoid circular dependency

This commit is contained in:
msramalho
2024-10-21 11:38:42 +01:00
parent 84cbf720a9
commit 9542a04646
6 changed files with 17 additions and 13 deletions

View File

@@ -4,7 +4,8 @@ from fastapi.responses import JSONResponse
from loguru import logger
from web.security import ALLOW_ANY_EMAIL, get_token_or_user_auth
from core.config import ALLOW_ANY_EMAIL
from web.security import get_token_or_user_auth
from db import schemas
from worker import create_sheet_task