From d06a95934ec246f8d12280f7e94bada6f8b0d0db Mon Sep 17 00:00:00 2001 From: Munish Dabra <100611213+awsdabra@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:57:35 +0000 Subject: [PATCH] Minor cleanup --- 06_CodeGeneration/00_code_generatation_w_bedrock.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/06_CodeGeneration/00_code_generatation_w_bedrock.ipynb b/06_CodeGeneration/00_code_generatation_w_bedrock.ipynb index d6e45eed..96ccdbd3 100644 --- a/06_CodeGeneration/00_code_generatation_w_bedrock.ipynb +++ b/06_CodeGeneration/00_code_generatation_w_bedrock.ipynb @@ -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",