summaryrefslogtreecommitdiff
path: root/tests/test_pipeline.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-11-02 06:30:07 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-03 03:21:49 -0700
commit882f74a7b257e4eeee4afba2c1ddeb0173cb3cdd (patch)
tree5afee3402c636d0ab2aa28fea0d3deb5352eceb1 /tests/test_pipeline.py
parent5d1c1f767f9004cae670451da56d62bcb4550111 (diff)
downloadredis-py-882f74a7b257e4eeee4afba2c1ddeb0173cb3cdd.tar.gz
Remove from __future__ import with_statement
All supported Python versions support the with statement.
Diffstat (limited to 'tests/test_pipeline.py')
-rw-r--r--tests/test_pipeline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_pipeline.py b/tests/test_pipeline.py
index 46fc994..4b75c18 100644
--- a/tests/test_pipeline.py
+++ b/tests/test_pipeline.py
@@ -1,4 +1,3 @@
-from __future__ import with_statement
import pytest
import redis