refactor: Change import of UserNotFoundError
Changed import of UserNotFoundError exception Refactor COG-502
This commit is contained in:
parent
204b5e9fe1
commit
d4236bf385
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from fastapi_users.db import SQLAlchemyUserDatabase
|
|||
from .get_user_db import get_user_db
|
||||
from .models import User
|
||||
from .methods import get_user
|
||||
from ...exceptions import UserNotFoundError
|
||||
from cognee.exceptions import UserNotFoundError
|
||||
|
||||
|
||||
class UserManager(UUIDIDMixin, BaseUserManager[User, uuid.UUID]):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue