Update code in endpoints/males.get.py
This commit is contained in:
parent
ceb0f7cd34
commit
ffddc2f8f6
@ -1,9 +1,7 @@
|
|||||||
# Entity: Male
|
# Entity: Male
|
||||||
|
|
||||||
from fastapi import APIRouter, Depends, status
|
from fastapi import APIRouter, Depends
|
||||||
from typing import List
|
from typing import List
|
||||||
from core.database import get_db
|
|
||||||
from sqlalchemy.orm import Session
|
|
||||||
from models.male import Male
|
from models.male import Male
|
||||||
from schemas.male import MaleSchema
|
from schemas.male import MaleSchema
|
||||||
from helpers.male_helpers import get_all_males
|
from helpers.male_helpers import get_all_males
|
||||||
|
Loading…
x
Reference in New Issue
Block a user