From 10ddb6f08592c2740b966e98a6f98a5b83af1896 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 15 Oct 2018 16:24:07 +0200
Subject: [PATCH] fix lint on tests

---
 tests/test_i18n.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/test_i18n.py b/tests/test_i18n.py
index a830b8e..7889120 100644
--- a/tests/test_i18n.py
+++ b/tests/test_i18n.py
@@ -1,12 +1,10 @@
 # -*- coding: utf-8 -*-
-#
 import os
+import unittest
+from pyramid import testing
 
 here = os.path.dirname(__file__)
 localedir = os.path.join(here, 'pkgs', 'localeapp', 'locale')
-
-import unittest
-from pyramid import testing
 
 
 class TestTranslationString(unittest.TestCase):

--
Gitblit v1.9.3