summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/introduction/fast_fingers/common.py')
-rw-r--r--python/problems/introduction/fast_fingers/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/problems/introduction/fast_fingers/common.py b/python/problems/introduction/fast_fingers/common.py
index 754679d..fe87555 100644
--- a/python/problems/introduction/fast_fingers/common.py
+++ b/python/problems/introduction/fast_fingers/common.py
@@ -1,5 +1,3 @@
-# coding=utf-8
-
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