fix settings endpoints code qa

This commit is contained in:
Ishaan Jaff 2025-03-17 21:32:05 -07:00
parent 39fc8bdcaf
commit e78adcdc8c

View file

@ -1,5 +1,5 @@
#### CRUD ENDPOINTS for UI Settings #####
from typing import Any, Dict, List, Optional
from typing import List
from fastapi import APIRouter, Depends, HTTPException