Skip to content
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

[azure-core] change order of inheritance in AsyncLROPoller for pylint #11743

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

kristapratico
Copy link
Member

For some reason, pylint cares about order here when trying to do a type annotation like this:

I'm seeing the following pylint errors (CI example):
[E1136(unsubscriptable-object), FormRecognizerClient.begin_recognize_receipts] Value 'AsyncLROPoller' is unsubscriptable

These errors get cleared when the order is swapped (done in this PR).

@kristapratico kristapratico requested a review from xiangyan99 as a code owner June 1, 2020 19:44
@kristapratico kristapratico self-assigned this Jun 1, 2020
@lmazuel lmazuel merged commit 1812376 into Azure:master Jun 2, 2020
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-python that referenced this pull request Dec 15, 2020
Servicebus : Added APIs to 2018-01-01-preview API version (Azure#11743)

* Added APIs to 2018-01-01-preview API version

* added missing examples

* added missign examples

* update - removed unref examples

* update

* prettier check

* update ptettier check all

* Avocado fix

* fix for ApiDocPreview

* prettier check fix

* Revert "prettier check fix"

This reverts commit fcde91b2109071df3ed3ae8ef0fea5b474f5fb50.

* Revert "fix for ApiDocPreview"

This reverts commit 9789255f28386e5e5d48b95377d59aac19f69dd0.

* schema fix

* prettier fix

* reverting all new changes

* fix

* update azureresourceschema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants