summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/config/rendering.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pyramid/config/rendering.py b/pyramid/config/rendering.py
index a14853fdc..a301b9c43 100644
--- a/pyramid/config/rendering.py
+++ b/pyramid/config/rendering.py
@@ -7,10 +7,7 @@ from pyramid.interfaces import (
)
from pyramid.util import action_method
-
-from pyramid import (
- renderers,
- )
+from pyramid import renderers
DEFAULT_RENDERERS = (
('json', renderers.json_renderer_factory),