fix: missing src in imports
This commit is contained in:
parent
1845012cb7
commit
c9cd75a7ad
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ from fastapi import APIRouter, status
|
|||
from sqlalchemy.exc import IntegrityError
|
||||
from psycopg import errors
|
||||
|
||||
from service.exceptions import ServiceNotFoundException
|
||||
from src.service.exceptions import ServiceNotFoundException
|
||||
from src.exceptions import ConflictException
|
||||
from src.database import db_dependency
|
||||
from src.schemas import ResourceName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue