Skip to content

Commit f50db59

Browse files
committed
chore: apply lint
1 parent e69547b commit f50db59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redshift_connector/plugin/saml_credentials_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def refresh(self: "SamlCredentialsProvider") -> None:
100100
role: str = ""
101101
provider: str = ""
102102
for arn in arns:
103-
arn = arn.strip() # remove trailing or leading whitespace
103+
arn = arn.strip() # remove trailing or leading whitespace
104104
if role_pattern.match(arn):
105105
role = arn
106106
if provider_pattern.match(arn):

0 commit comments

Comments
 (0)