diff options
Diffstat (limited to 'python/problems/introduction/fast_fingers/common.py')
-rw-r--r-- | python/problems/introduction/fast_fingers/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/introduction/fast_fingers/common.py b/python/problems/introduction/fast_fingers/common.py index dc04dcf..754679d 100644 --- a/python/problems/introduction/fast_fingers/common.py +++ b/python/problems/introduction/fast_fingers/common.py @@ -5,7 +5,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 190 -group = 'introduction' number = 5 visible = True |