Update code in endpoints/females.get.py
This commit is contained in:
parent
23204c6671
commit
bfc11c39e0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user