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