Closed ltakens closed 1 year ago
Help type checkers infer the return type of the .credentials method on the APIClient class.
.credentials
APIClient
E.g. vscode's Pylance extension seems to report a partially unknown type:
mypy and pyright don't report this error when run from the command line.
Help type checkers infer the return type of the
.credentials
method on theAPIClient
class.E.g. vscode's Pylance extension seems to report a partially unknown type:
mypy and pyright don't report this error when run from the command line.