summaryrefslogtreecommitdiff
path: root/python/problems/introduction/ballistics/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/introduction/ballistics/common.py')
-rw-r--r--python/problems/introduction/ballistics/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/introduction/ballistics/common.py b/python/problems/introduction/ballistics/common.py
index 10ef692..eaf230d 100644
--- a/python/problems/introduction/ballistics/common.py
+++ b/python/problems/introduction/ballistics/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 = 187
group = 'introduction'