diff --git a/backend/app/api/hr.py b/backend/app/api/hr.py index 5b1a0ebe..158c8d88 100644 --- a/backend/app/api/hr.py +++ b/backend/app/api/hr.py @@ -1,6 +1,6 @@ from __future__ import annotations -from fastapi import APIRouter, Depends, HTTPException +from fastapi import APIRouter, Depends, HTTPException, Header from sqlmodel import Session, select from sqlalchemy.exc import IntegrityError