From 3edad52fcf54b33dc118da58e8694df8097f9e9b Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 9 Nov 2017 10:58:56 -0800 Subject: Minor fix - Indentation issue --- pyramid/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/registry.py b/pyramid/registry.py index 7589dfcac..7b75aeefc 100644 --- a/pyramid/registry.py +++ b/pyramid/registry.py @@ -12,7 +12,7 @@ from pyramid.interfaces import ( IIntrospector, IIntrospectable, ISettings, - ) +) from pyramid.path import ( CALLER_PACKAGE, -- cgit v1.2.3