Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse committed Aug 1, 2019
1 parent 9802030 commit ec3cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacred/config/custom_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def fallback_dict(fallback, **kwargs):
fallback_copy = fallback.copy()
fallback_copy.update(dict(**kwargs))
fallback_copy.update(kwargs)
return fallback_copy


Expand Down

0 comments on commit ec3cd32

Please sign in to comment.