From 4e7b80974d7433f96fa1908293e5faee9d8de519 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 2 Oct 2015 16:14:24 +0200 Subject: Removed unnecessary HintSequences. --- python/problems/lists_and_for/contains_42/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/problems/lists_and_for/contains_42') diff --git a/python/problems/lists_and_for/contains_42/common.py b/python/problems/lists_and_for/contains_42/common.py index 915938e..f91465f 100644 --- a/python/problems/lists_and_for/contains_42/common.py +++ b/python/problems/lists_and_for/contains_42/common.py @@ -3,7 +3,7 @@ import re from python.util import has_token_sequence, string_almost_equal, \ string_contains_number, get_tokens, get_numbers, get_exception_desc -from server.hints import Hint, HintSequence +from server.hints import Hint id = 193 group = 'lists_and_for' @@ -21,7 +21,6 @@ print(vsebuje) ''' hint_type = { - 'plan': HintSequence('plan', 1), 'no_xs': Hint('no_xs'), 'for_loop': Hint('for_loop'), 'if_clause': Hint('if_clause'), -- cgit v1.2.1