yivgen
yivgen
Hi! @cdrini can I work on this? I'm new here and this seems like the perfect first issue
Hi! I've been very busy for the past few days but I can continue working on this now
Also monkeytype suggests adding typehints in [ReadingLog __innit__](https://github.com/yivgen/openlibrary/blob/8028/refactor/add-more-typehints/openlibrary/plugins/upstream/mybooks.py#L511) like so: ```py def __init__(self, user: User | None = ...) -> None: ``` but then `self.user` could hypothetically be `None` but...
Hi @scottbarnes. I'm not in the open library slack but I would love to help if this issue is still open
@scottbarnes, I've watched the video and it seems relatively straightforward. It might be tricky to figure out what to do when it comes to changing the code itself but I'd...
@scottbarnes, I added the typehints in helpers.py, could you check it please?
By the way, let me know if I can help with typehints for any other files too
Ok, I'll look into `book_providers` and `app` and maybe some other files in the `openlibrary` module. And then check the `infogami` and `web` submodules. Thank you for your help :)