From b6a0c19957b2fa0c82bdadb58f0a1231ed13e759 Mon Sep 17 00:00:00 2001 From: Michelle Tran Date: Wed, 22 May 2024 14:26:59 -0400 Subject: [PATCH] Remove even more untested --- func.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/func.py b/func.py index ccbe9da..3c814e9 100644 --- a/func.py +++ b/func.py @@ -10,9 +10,3 @@ def untested(): def more_untested(): return "hello world" - -def even_more_untested(): - return "blue is the new red" - - -