moving user_state out of shared

This commit is contained in:
msramalho
2025-02-10 23:51:35 +00:00
parent 1877999a70
commit b452ec9869
7 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ from app.shared import schemas
from app.shared.task_messaging import get_celery
from app.web.security import get_token_or_user_auth, get_user_state
from app.shared.db import crud
from app.shared.db.user_state import UserState
from app.web.db.user_state import UserState
from app.shared.db.database import get_db_dependency
from urllib.parse import urlparse