summaryrefslogtreecommitdiff
path: root/python/problems/functions/greatest_absolutist
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/functions/greatest_absolutist')
-rw-r--r--python/problems/functions/greatest_absolutist/common.py2
-rw-r--r--python/problems/functions/greatest_absolutist/en.py2
-rw-r--r--python/problems/functions/greatest_absolutist/sl.py1
3 files changed, 0 insertions, 5 deletions
diff --git a/python/problems/functions/greatest_absolutist/common.py b/python/problems/functions/greatest_absolutist/common.py
index 3226b87..0d0eef4 100644
--- a/python/problems/functions/greatest_absolutist/common.py
+++ b/python/problems/functions/greatest_absolutist/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/greatest_absolutist/en.py b/python/problems/functions/greatest_absolutist/en.py
index 1ede4a9..dee9fa5 100644
--- a/python/problems/functions/greatest_absolutist/en.py
+++ b/python/problems/functions/greatest_absolutist/en.py
@@ -1,5 +1,3 @@
-# coding=utf-8
-
name = 'Greatest absolutist'
slug = 'Greatest absolutist'
diff --git a/python/problems/functions/greatest_absolutist/sl.py b/python/problems/functions/greatest_absolutist/sl.py
index dd0bd99..7549433 100644
--- a/python/problems/functions/greatest_absolutist/sl.py
+++ b/python/problems/functions/greatest_absolutist/sl.py
@@ -1,4 +1,3 @@
-# coding=utf-8
import server
mod = server.problems.load_language('python', 'sl')