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