fix: pycharm import error
All checks were successful
ci / lint_and_test (push) Successful in 15s

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 fastapi import APIRouter, status, BackgroundTasks
from auth.exceptions import UnauthorizedException from src.auth.exceptions import UnauthorizedException
from organisation.exceptions import OrgNotFoundException from src.organisation.exceptions import OrgNotFoundException
from src.user.schemas import ( from src.user.schemas import (
UserResponse, UserResponse,
OIDCClaims, OIDCClaims,