From b6701e0a60c61b6ec6489f8d1433606037291bde Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Mon, 2 Feb 2026 16:11:52 +0530 Subject: [PATCH] Fix: import Header in HR API --- backend/app/api/hr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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