From 416c7c2d2940c981ac44a5bf7cc79e07c97271a7 Mon Sep 17 00:00:00 2001 From: Andrew Edmondson Date: Sat, 30 Dec 2017 09:37:20 +0000 Subject: [PATCH] pep8 --- import_from_munster_jn18_mysql.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/import_from_munster_jn18_mysql.py b/import_from_munster_jn18_mysql.py index 4568957..5a2de87 100644 --- a/import_from_munster_jn18_mysql.py +++ b/import_from_munster_jn18_mysql.py @@ -27,6 +27,8 @@ def __call__(self, unicode_in): ret = unicode_in.translate(self.translate_table) ret = ret.replace('_', '') return ret + + translate = Translator()