diff --git a/endpoints/males.get.py b/endpoints/males.get.py index 825b373..0abcf28 100644 --- a/endpoints/males.get.py +++ b/endpoints/males.get.py @@ -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