Arvind Mishra
Results
1
issues of
Arvind Mishra
Essentially If I specify the return type, There is something which seems faulty. ``` from typing import Optional class Response: def __init__(self, data: str) -> None: self.resp_value = data self.some_value...
bug
cat: tools