refactor: Update __init__.py of base exception module

Updated init file of cognee base exception module

Refactor COG-502
This commit is contained in:
Igor Ilic 2024-11-29 17:07:27 +01:00
parent df0b4b4820
commit 1b2bdd9b83

View file

@ -9,8 +9,6 @@ from .exceptions import (
CogneeApiError,
ServiceError,
EntityNotFoundError,
GroupNotFoundError,
UserNotFoundError,
EntityAlreadyExistsError,
InvalidOperationError,
PermissionDeniedError,