Skip to content

Commit 2e969a4

Browse files
committed
missing Error
1 parent 39cc276 commit 2e969a4

File tree

1 file changed

+1
-0
lines changed
  • auth-api/src/auth_api/resources/v1

1 file changed

+1
-0
lines changed

auth-api/src/auth_api/resources/v1/org.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from structured_logging import StructuredLogging
2222

2323
from auth_api.exceptions import BusinessException, ServiceUnavailableException
24+
from auth_api.exceptions.errors import Error
2425
from auth_api.models import Affiliation as AffiliationModel
2526
from auth_api.models import Org as OrgModel
2627
from auth_api.models.dataclass import Affiliation as AffiliationData

0 commit comments

Comments
 (0)