diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2017-11-02 06:30:07 -0700 |
---|---|---|
committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-11-03 03:21:49 -0700 |
commit | 882f74a7b257e4eeee4afba2c1ddeb0173cb3cdd (patch) | |
tree | 5afee3402c636d0ab2aa28fea0d3deb5352eceb1 /redis/connection.py | |
parent | 5d1c1f767f9004cae670451da56d62bcb4550111 (diff) | |
download | redis-py-882f74a7b257e4eeee4afba2c1ddeb0173cb3cdd.tar.gz |
Remove from __future__ import with_statement
All supported Python versions support the with statement.
Diffstat (limited to 'redis/connection.py')
-rwxr-xr-x | redis/connection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redis/connection.py b/redis/connection.py index 00c3311..0d9e610 100755 --- a/redis/connection.py +++ b/redis/connection.py @@ -1,4 +1,3 @@ -from __future__ import with_statement from distutils.version import StrictVersion from itertools import chain import os |