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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This way, in typing I can have # type: (...) -> LROPoller[return type] instead of just -> LROPoller.
Currently, when adding the return type as a type argument, I get this error: "LROPoller" expects no type arguments, but 1 given
The text was updated successfully, but these errors were encountered:
Should look like this:
azure-sdk-for-python/sdk/core/azure-core/azure/core/pipeline/policies/_base.py
Lines 48 to 53 in 98e00dd
Sorry, something went wrong.
Fixed in #10653
rakshith91
No branches or pull requests
This way, in typing I can have # type: (...) -> LROPoller[return type] instead of just -> LROPoller.
Currently, when adding the return type as a type argument, I get this error: "LROPoller" expects no type arguments, but 1 given
The text was updated successfully, but these errors were encountered: