Skip to content

Commit fa5d425

Browse files
committed
fix style
1 parent fadd36b commit fa5d425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application-insights/azext_applicationinsights/_client_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
class _Track1Credential:
6+
class _Track1Credential: # pylint: disable=too-few-public-methods
77

88
def __init__(self, credential, resource):
99
"""Track 1 credential that can be fed into Track 1 SDK clients. Exposes signed_session protocol.

0 commit comments

Comments
 (0)