We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cc276 commit 2e969a4Copy full SHA for 2e969a4
auth-api/src/auth_api/resources/v1/org.py
@@ -21,6 +21,7 @@
21
from structured_logging import StructuredLogging
22
23
from auth_api.exceptions import BusinessException, ServiceUnavailableException
24
+from auth_api.exceptions.errors import Error
25
from auth_api.models import Affiliation as AffiliationModel
26
from auth_api.models import Org as OrgModel
27
from auth_api.models.dataclass import Affiliation as AffiliationData
0 commit comments