Commit 7936170
committed
feat: Support ConfigManager overrides without specifying set_value
No longer requires the `set_value` parameter.
Simplifies usage whenever you want to allow environment variables to take precedence over the config database and you don't have any value to set.
Previously, you had to manually pass `None` for that scenario. Now, the `None` is implicit if the final parameter is omitted.1 parent f0976f2 commit 7936170
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments