summaryrefslogtreecommitdiff
path: root/python/problems/functions/greatest_negative/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/functions/greatest_negative/common.py')
-rw-r--r--python/problems/functions/greatest_negative/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/problems/functions/greatest_negative/common.py b/python/problems/functions/greatest_negative/common.py
index 2425bbc..5d65438 100644
--- a/python/problems/functions/greatest_negative/common.py
+++ b/python/problems/functions/greatest_negative/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 = 197
group = 'functions'