summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wu <webmaster@leapoahead.com>2017-11-09 10:58:56 -0800
committerGitHub <noreply@github.com>2017-11-09 10:58:56 -0800
commit3edad52fcf54b33dc118da58e8694df8097f9e9b (patch)
tree619bc9c3f9c5e1d2202ce477768b8c4e942ac6e8
parent5ce3e89fd7f001143df940467591a39e04962dad (diff)
downloadpyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.tar.gz
pyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.tar.bz2
pyramid-3edad52fcf54b33dc118da58e8694df8097f9e9b.zip
Minor fix - Indentation issue
-rw-r--r--pyramid/registry.py2
1 files changed, 1 insertions, 1 deletions
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,