diff --git a/func.py b/func.py index f3aabab..32c40fd 100644 --- a/func.py +++ b/func.py @@ -6,8 +6,3 @@ def func(): def untested(): return "This is untested code" - -def more_untested(): - return "hello world" - -