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