From 2ae170159fc9676e78084cb6997dfdf23fd628e5 Mon Sep 17 00:00:00 2001 From: KB Date: Tue, 21 Oct 2025 09:29:27 -0400 Subject: [PATCH] minor cleanup --- .../kwabena/week1_exercise_solution.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/week1/community-contributions/kwabena/week1_exercise_solution.ipynb b/week1/community-contributions/kwabena/week1_exercise_solution.ipynb index 4c88789..d4463dd 100644 --- a/week1/community-contributions/kwabena/week1_exercise_solution.ipynb +++ b/week1/community-contributions/kwabena/week1_exercise_solution.ipynb @@ -19,7 +19,6 @@ "outputs": [], "source": [ "# imports\n", - "# (following the style from Day 5)\n", "\n", "import os\n", "from openai import OpenAI\n",