diff options
| author | Mikko Ohtamaa <mikko@opensourcehacker.com> | 2016-12-06 11:35:58 +0100 |
|---|---|---|
| committer | Mikko Ohtamaa <mikko@opensourcehacker.com> | 2016-12-06 11:35:58 +0100 |
| commit | 9c120b5e9983c89bd9824269801b4d463d5c892a (patch) | |
| tree | 818259ca5e25cfb7593589301eb8e2d32755e99a | |
| parent | 9d1d5776c76d63af6241a995ff648059f12d15ea (diff) | |
| download | pyramid-9c120b5e9983c89bd9824269801b4d463d5c892a.tar.gz pyramid-9c120b5e9983c89bd9824269801b4d463d5c892a.tar.bz2 pyramid-9c120b5e9983c89bd9824269801b4d463d5c892a.zip | |
Fix pep8 error on config/util.py
| -rw-r--r-- | pyramid/config/util.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyramid/config/util.py b/pyramid/config/util.py index b70dae7f3..67bba9593 100644 --- a/pyramid/config/util.py +++ b/pyramid/config/util.py @@ -4,8 +4,7 @@ import inspect from pyramid.compat import ( bytes_, getargspec, - is_nonstr_iter, - string_types, + is_nonstr_iter ) from pyramid.compat import im_func |
