Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterFe authored Sep 20, 2022
1 parent f5da591 commit 23995c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lunarapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async def request(
def ep(route: str, model: Type[ModalT]) -> Callable[[Callable[P, Any]], Endpoint[ModalT, P]]:
def inner(fn: Callable[P, Any]) -> Endpoint[ModalT, P]:
return Endpoint(route, model=model, fn=fn)

return inner


Expand Down

0 comments on commit 23995c7

Please sign in to comment.