Update code in endpoints/males.get.py
This commit is contained in:
parent
ffddc2f8f6
commit
3ae9b7c904
@ -1,8 +1,7 @@
|
|||||||
# Entity: Male
|
# Entity: Male
|
||||||
|
|
||||||
from fastapi import APIRouter, Depends
|
from fastapi import APIRouter, Depends, status
|
||||||
from typing import List
|
from typing import List
|
||||||
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