We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code snippet will trigger an error complaint from pyright LSP.
@vcr.use_cassette("foo.yaml") def test_foo(): ...
The error:
Diagnostics: 1. Arguments missing for parameters "instance", "args", "kwargs" [reportCallIssue]
I can't really understand where the error comes from, because use_casette does neither have a parameter called "instance" nor "args".
pyvcr version: 6.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code snippet will trigger an error complaint from pyright LSP.
The error:
I can't really understand where the error comes from, because use_casette does neither have a parameter called "instance" nor "args".
pyvcr version: 6.0.1
The text was updated successfully, but these errors were encountered: