From ffddc2f8f601191b5a3da0ebb5924a0cf1f336a3 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 28 Mar 2025 09:27:53 +0100 Subject: [PATCH] Update code in endpoints/males.get.py --- endpoints/males.get.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/endpoints/males.get.py b/endpoints/males.get.py index e01afa5..825b373 100644 --- a/endpoints/males.get.py +++ b/endpoints/males.get.py @@ -1,9 +1,7 @@ # Entity: Male -from fastapi import APIRouter, Depends, status +from fastapi import APIRouter, Depends from typing import List -from core.database import get_db -from sqlalchemy.orm import Session from models.male import Male from schemas.male import MaleSchema from helpers.male_helpers import get_all_males