Closed as not planned
Description
Describe the bug
Methods such as .create() and .edit() are all annotated as returning Optional:
Looking at the code though, it just ends up calling the httpx.get()/.patch() methods which will never return None.
This results in some weird user code, where we have to check for None to satisfy the type checker, but it will actually never return None.
Metadata
Metadata
Assignees
Labels
No labels