diff options
| author | Michael Merickel <michael@merickel.org> | 2016-03-17 00:54:41 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-03-17 00:54:41 -0500 |
| commit | 8ff071aff40df4dccaf8619b55c4ac318c6e0246 (patch) | |
| tree | 788ca1f2247fde0e0c1e5f347e0763a21555ddf3 | |
| parent | cf9dcb10a02d32cee09c5540c9a3e9590ea4f490 (diff) | |
| download | pyramid-8ff071aff40df4dccaf8619b55c4ac318c6e0246.tar.gz pyramid-8ff071aff40df4dccaf8619b55c4ac318c6e0246.tar.bz2 pyramid-8ff071aff40df4dccaf8619b55c4ac318c6e0246.zip | |
remove unused import
| -rw-r--r-- | pyramid/config/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/config/views.py b/pyramid/config/views.py index db56fa761..1516743ad 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -89,7 +89,6 @@ from pyramid.config.derivations import ( from pyramid.config.util import ( DEFAULT_PHASH, MAX_ORDER, - is_string_or_iterable, ) urljoin = urlparse.urljoin |
