Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 16, 2024
1 parent 50212cd commit 1b8d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def from_yaml_config(
envs = config.get('envs')
if envs is not None and isinstance(envs, dict):
for k, v in envs.items():
new_envs = {}
new_envs: Dict[str, Optional[str]] = {}
if v is not None:
new_envs[str(k)] = str(v)
else:
Expand Down

0 comments on commit 1b8d6f3

Please sign in to comment.