diff options
Diffstat (limited to 'python/problems/functions/greatest_negative')
-rw-r--r-- | python/problems/functions/greatest_negative/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/functions/greatest_negative/common.py b/python/problems/functions/greatest_negative/common.py index 7ab3aca..72754e2 100644 --- a/python/problems/functions/greatest_negative/common.py +++ b/python/problems/functions/greatest_negative/common.py @@ -6,7 +6,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 197 -group = 'functions' number = 3 visible = True |