Update code in endpoints/females.get.py
This commit is contained in:
parent
db42a2fbb5
commit
0e7b8c21f0
@ -2,8 +2,8 @@
|
||||
|
||||
from fastapi import APIRouter, Depends, status
|
||||
from typing import List
|
||||
from sqlalchemy.orm import Session
|
||||
from core.database import get_db
|
||||
from sqlalchemy.orm import Session
|
||||
from models.female import Female
|
||||
from schemas.female import FemaleSchema
|
||||
from helpers.female_helpers import get_all_females
|
||||
|
Loading…
x
Reference in New Issue
Block a user