Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awsdabra committed Aug 17, 2023
1 parent ecf5965 commit d06a959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 06_CodeGeneration/00_code_generatation_w_bedrock.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@
"print('Total revenue:', total_revenue)\n",
"print('Product with max revenue:', max_revenue_product)\n",
"print('Date with max revenue:', max_revenue_date)\n",
"'\n",
"# Plot 'Revenue by Month'\n",
"plt.bar(revenue_by_month.keys(), revenue_by_month.values())\n",
"plt.xlabel('Month')\n",
Expand Down

0 comments on commit d06a959

Please sign in to comment.