Update code in endpoints/males.get.py

This commit is contained in:
Backend IM Bot 2025-03-28 09:28:54 +01:00
parent ffddc2f8f6
commit 3ae9b7c904

View File

@ -1,8 +1,7 @@
# Entity: Male
from fastapi import APIRouter, Depends
from fastapi import APIRouter, Depends, status
from typing import List
from models.male import Male
from schemas.male import MaleSchema
from helpers.male_helpers import get_all_males