Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
novaturient95 committed Aug 4, 2023
1 parent 3018a25 commit 589d1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,7 @@
"metadata": {},
"outputs": [],
"source": [
"online_endpoint_name = \"ic-mc-fi-\" + datetime.datetime.now().strftime(\n",
" \"%m%d%H%M%f\"\n",
")\n",
"online_endpoint_name = \"ic-mc-fi-\" + datetime.datetime.now().strftime(\"%m%d%H%M%f\")\n",
"\n",
"# create an online endpoint\n",
"endpoint = ManagedOnlineEndpoint(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,7 @@
"metadata": {},
"outputs": [],
"source": [
"online_endpoint_name = \"ic-ml-fi-\" + datetime.datetime.now().strftime(\n",
" \"%m%d%H%M%f\"\n",
")\n",
"online_endpoint_name = \"ic-ml-fi-\" + datetime.datetime.now().strftime(\"%m%d%H%M%f\")\n",
"\n",
"# create an online endpoint\n",
"endpoint = ManagedOnlineEndpoint(\n",
Expand Down

0 comments on commit 589d1dc

Please sign in to comment.