1
0
Fork 0
forked from sr2/cloud-api

fix: pycharm import error

This commit is contained in:
Chris Milne 2026-06-09 14:47:37 +01:00
parent 0c81791191
commit ebcb0362c6

View file

@ -10,8 +10,8 @@ Endpoints:
from fastapi import APIRouter, status, BackgroundTasks
from auth.exceptions import UnauthorizedException
from organisation.exceptions import OrgNotFoundException
from src.auth.exceptions import UnauthorizedException
from src.organisation.exceptions import OrgNotFoundException
from src.user.schemas import (
UserResponse,
OIDCClaims,