Skip to content

Commit

Permalink
Black formatting completed. Resolved the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgrewal-aws committed Aug 11, 2022
1 parent 0bdf2ed commit 96f4e7d
Show file tree
Hide file tree
Showing 2 changed files with 72,342 additions and 1,140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
"source": [
"import time\n",
"\n",
"model_package_group_name = \"mnist-handwritten-digit-claissification\" + str(round(time.time()))\n",
"model_package_group_name = \"mnist-handwritten-digit-classification\" + str(round(time.time()))\n",
"model_package_group_input_dict = {\n",
" \"ModelPackageGroupName\": model_package_group_name,\n",
" \"ModelPackageGroupDescription\": \"Sample model package group\",\n",
Expand Down
Loading

0 comments on commit 96f4e7d

Please sign in to comment.