Skip to content

Commit a3eeebe

Browse files
committed
chore: fix lint error
1 parent 410969f commit a3eeebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from .jwt_token_manager import JWTTokenManager
2020

2121

22+
#pylint: disable=too-many-instance-attributes
2223
class IAMRequestBasedTokenManager(JWTTokenManager):
2324
"""The IamRequestBasedTokenManager class contains code relevant to any token manager that
2425
interacts with the IAM service to manage a token. It stores information relevant to all

0 commit comments

Comments
 (0)