mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-12 13:38:33 +03:00
refactor shared setting to avoid circular dependency
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user