Skip to content

Commit

Permalink
fix github check
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Shang <[email protected]>
  • Loading branch information
ysysys3074 committed Aug 25, 2023
1 parent 850ff3e commit df4b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/context_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def __getattr__(self, item: str) -> _GroupSecrets:
return self._GroupSecrets(item, self)

def get(
self, group: str, key: Optional[str] = None, group_version: Optional[str] = None, encode_mode: Optional[str] = "r"
self, group: str, key: Optional[str] = None, group_version: Optional[str] = None, encode_mode: str = "r"
) -> str:
"""
Retrieves a secret using the resolution order -> Env followed by file. If not found raises a ValueError
Expand Down

0 comments on commit df4b188

Please sign in to comment.