Skip to content

Commit

Permalink
Fixups following microsoft/MLOS#890
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Dec 13, 2024
1 parent e59e60d commit 81b37b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mlos_demo_mysql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"outputs": [],
"source": [
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
"storage = from_config(config=\"storage/sqlite.jsonc\")"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mlos_demo_sqlite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"metadata": {},
"outputs": [],
"source": [
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
"storage = from_config(config=\"storage/sqlite.jsonc\")"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mlos_demo_sqlite_teachers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"metadata": {},
"outputs": [],
"source": [
"storage = from_config(config_file=\"storage/sqlite.jsonc\")"
"storage = from_config(config=\"storage/sqlite.jsonc\")"
]
},
{
Expand Down

0 comments on commit 81b37b4

Please sign in to comment.