From 8854637933df9e7df8940c2f62122c5e61d58219 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 26 Dec 2019 13:27:39 -0600 Subject: isort --- tests/test_i18n.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_i18n.py') diff --git a/tests/test_i18n.py b/tests/test_i18n.py index 78891200d..4ac6bd4e2 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import os import unittest + from pyramid import testing here = os.path.dirname(__file__) -- cgit v1.2.3