summaryrefslogtreecommitdiff
path: root/python/problems/functions_and_modules/map
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/functions_and_modules/map')
-rw-r--r--python/problems/functions_and_modules/map/common.py2
-rw-r--r--python/problems/functions_and_modules/map/en.py2
-rw-r--r--python/problems/functions_and_modules/map/sl.py1
3 files changed, 0 insertions, 5 deletions
diff --git a/python/problems/functions_and_modules/map/common.py b/python/problems/functions_and_modules/map/common.py
index 93ba8ac..2d0f3f8 100644
--- a/python/problems/functions_and_modules/map/common.py
+++ b/python/problems/functions_and_modules/map/common.py
@@ -1,5 +1,3 @@
-# coding=utf-8
-
import re
from python.util import has_token_sequence, string_almost_equal, \
string_contains_number, get_tokens, get_numbers, get_exception_desc
diff --git a/python/problems/functions_and_modules/map/en.py b/python/problems/functions_and_modules/map/en.py
index dcc1785..73f0202 100644
--- a/python/problems/functions_and_modules/map/en.py
+++ b/python/problems/functions_and_modules/map/en.py
@@ -1,5 +1,3 @@
-# coding=utf-8
-
id = 245
name = 'Map'
slug = 'Map'
diff --git a/python/problems/functions_and_modules/map/sl.py b/python/problems/functions_and_modules/map/sl.py
index 6695b30..8b14aa3 100644
--- a/python/problems/functions_and_modules/map/sl.py
+++ b/python/problems/functions_and_modules/map/sl.py
@@ -1,4 +1,3 @@
-# coding=utf-8
import server
mod = server.problems.load_language('python', 'sl')