summaryrefslogtreecommitdiff
path: root/robot/problems/introduction/countlines/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'robot/problems/introduction/countlines/common.py')
-rw-r--r--robot/problems/introduction/countlines/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/problems/introduction/countlines/common.py b/robot/problems/introduction/countlines/common.py
index 29f5383..5b8db2e 100644
--- a/robot/problems/introduction/countlines/common.py
+++ b/robot/problems/introduction/countlines/common.py
@@ -2,7 +2,7 @@
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 = 206
group = 'introduction'