Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Dec 4, 2024
1 parent 68723df commit 6c45d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sky/provision/kubernetes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1710,8 +1710,6 @@ def merge_dicts(source: Dict[Any, Any], destination: Dict[Any, Any]):
else:
destination[key].extend(value)
else:
if destination is None:
destination = {}
destination[key] = value


Expand Down

0 comments on commit 6c45d38

Please sign in to comment.