fix: IntegrityError import wrong (#1868)
This commit is contained in:
parent
4aed1fe8a8
commit
3b668c0bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from collections import defaultdict
|
|||
from json import JSONDecodeError
|
||||
from typing import Optional
|
||||
|
||||
from psycopg2 import IntegrityError
|
||||
from sqlalchemy.exc import IntegrityError
|
||||
|
||||
from core.entities.model_entities import DefaultModelEntity, DefaultModelProviderEntity
|
||||
from core.entities.provider_configuration import ProviderConfigurations, ProviderConfiguration, ProviderModelBundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue