-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Fix azure-appconfiguration linting for pylint 4.0.6 #48266
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
4888c56
37e3cc7
da94568
466dc20
fd2fb97
67b804d
24c4c4b
5400343
e8ae7c2
6a1bb20
c4ed4be
28cb336
a2bb662
7b86d7f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
| from testcase import AppConfigTestCase | ||
| from consts import APPCONFIGURATION_ENDPOINT_STRING | ||
| from devtools_testutils import EnvironmentVariableLoader, recorded_by_proxy | ||
| from azure.appconfiguration._audience_error_handling_policy import ( | ||
| from azure.appconfiguration._audience_error_handling_policy import ( # pylint: disable=no-cross-package-private-import | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't the correct way to fix this. I've already created an issue to have tests/samples ignore some of these warning. #48308
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is the correct approach? Matthew Metcalf (@mrm9084) |
||
| AudienceErrorHandlingPolicy, | ||
| ) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.