diff options
| -rw-r--r-- | pyramid/router.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/router.py b/pyramid/router.py index d011b1245..880429424 100644 --- a/pyramid/router.py +++ b/pyramid/router.py @@ -12,7 +12,6 @@ from pyramid.interfaces import IRoutesMapper from pyramid.interfaces import ITraverser from pyramid.interfaces import IView from pyramid.interfaces import IViewClassifier -from pyramid.interfaces import IResponse from pyramid.events import ContextFound from pyramid.events import NewRequest |
