Make sure all style and type checks have passed
Opened this issue · 0 comments
nbro commented
TODO
- Fix some type hints (e.g. some functions return
_BSTNode
while in reality the type should beOptional[_BSTNode]
, as they may also return None or type hintsobject
, which may should beAny
?)