From 8579989e2a36fec04a61c173e975da5867ac806c Mon Sep 17 00:00:00 2001 From: Edward Banner Date: Mon, 2 Jun 2025 07:03:43 -0400 Subject: [PATCH] Update lasagna.py --- exercises/concept/guidos-gorgeous-lasagna/lasagna.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/exercises/concept/guidos-gorgeous-lasagna/lasagna.py b/exercises/concept/guidos-gorgeous-lasagna/lasagna.py index a3df0ab2da0..600830c3536 100644 --- a/exercises/concept/guidos-gorgeous-lasagna/lasagna.py +++ b/exercises/concept/guidos-gorgeous-lasagna/lasagna.py @@ -27,9 +27,6 @@ def bake_time_remaining(): #TODO: Define the 'preparation_time_in_minutes()' function below. -# You might also consider defining a 'PREPARATION_TIME' constant. -# You can do that on the line below the 'EXPECTED_BAKE_TIME' constant. -# This will make it easier to do calculations.