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_location.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_location.py') diff --git a/tests/test_location.py b/tests/test_location.py index 163bb85aa..86fb8bfa8 100644 --- a/tests/test_location.py +++ b/tests/test_location.py @@ -1,5 +1,6 @@ import unittest from zope.interface import implementer + from pyramid.interfaces import ILocation -- cgit v1.2.3