-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
[QA] investigate why pylance shows linting error for get_answers #25557
Comments
Label prediction was below confidence level |
This may be solved by using the autorest postprocessing script: https://github.com/Azure/autorest.python/blob/autorestv3/docs/customizations.md#postprocessing This regenerates the imports in the init: https://github.com/Azure/autorest.python/blob/autorestv3/packages/autorest.python/test/dpg/version-tolerant/Expected/AcceptanceTests/DPGCustomizationCustomizedVersionTolerant/dpgcustomizationcustomizedversiontolerant/_operations/__init__.py |
Hello, @kristapratico! Shouldn't a simple change to the argument name be enough? Thank you! |
Hey @wonhyeongseo thanks for taking a look at this issue. |
Hello @kristapratico! Thank you for your guidance. I tried to edit the |
Hey @wonhyeongseo I think the post-processing script edits the |
The text was updated successfully, but these errors were encountered: