From bfc11c39e0ec58f75fce3094d49f5c47e5a6efa5 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 28 Mar 2025 09:31:26 +0100 Subject: [PATCH] Update code in endpoints/females.get.py --- endpoints/females.get.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/endpoints/females.get.py b/endpoints/females.get.py index 3125a77..c5954a2 100644 --- a/endpoints/females.get.py +++ b/endpoints/females.get.py @@ -1,9 +1,8 @@ # Entity: Female -from fastapi import APIRouter, Depends, status -from sqlalchemy.orm import Session from typing import List -from core.database import get_db +from fastapi import APIRouter, Depends, status + from models.female import Female from schemas.female import FemaleSchema from helpers.female_helpers import get_all_females