jokelbaf / hhaven

A well-documented and typed API wrapper for Hentai Haven.
https://hhaven.jokelbaf.tech
MIT License
6 stars 1 forks source link

Missing `home()` function return type #10

Closed save-lalatina closed 1 year ago

save-lalatina commented 1 year ago

Here should be:

async def home(self) -> models.HomePage:
    ...
jokelbaf commented 1 year ago

Thank you for the issue and sorry for late response. You are right, I forgot to include return type for this method.