Skip to content

Commit c4c9e82

Browse files
committed
fix: run linter
These changes lint the code.
1 parent 529cc21 commit c4c9e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm_sdkpy/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
9999
return False
100100

101101
@classmethod
102-
def from_service_account(cls, namespace: str = "default") -> "Configuration":
102+
def from_service_account(cls, namespace: str = "default") -> Configuration:
103103
"""Create configuration using in-cluster ServiceAccount.
104104
105105
This is for running inside a Kubernetes pod with a ServiceAccount.

0 commit comments

Comments
 (0)