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_threadlocal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_threadlocal.py') diff --git a/tests/test_threadlocal.py b/tests/test_threadlocal.py index 487c7f4f2..609041882 100644 --- a/tests/test_threadlocal.py +++ b/tests/test_threadlocal.py @@ -1,6 +1,7 @@ -from pyramid import testing import unittest +from pyramid import testing + class TestThreadLocalManager(unittest.TestCase): def setUp(self): -- cgit v1.2.3