mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-13 05:58:35 +03:00
moving user_state out of shared
This commit is contained in:
@@ -3,7 +3,7 @@ from fastapi.testclient import TestClient
|
||||
import pytest
|
||||
from unittest.mock import patch
|
||||
from app.shared.config import ALLOW_ANY_EMAIL
|
||||
from app.shared.db.user_state import UserState
|
||||
from app.web.db.user_state import UserState
|
||||
from app.shared.settings import Settings
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user