Skip to content

Commit 56b58b3

Browse files
committed
Added linter exclusion
1 parent 8d39568 commit 56b58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def get_credential_provider(request) -> CredentialProvider:
729729
token_mgr_config = TokenManagerConfig(
730730
expiration_refresh_ratio=expiration_refresh_ratio,
731731
lower_refresh_bound_millis=lower_refresh_bound_millis,
732-
token_request_execution_timeout_in_ms=DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS,
732+
token_request_execution_timeout_in_ms=DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS, # noqa
733733
retry_policy=RetryPolicy(
734734
max_attempts=max_attempts,
735735
delay_in_ms=delay_in_ms,

0 commit comments

Comments
 (0)