summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm+git@nextday.fi>2012-08-07 01:25:39 +0300
committerAlex Grönholm <alex.gronholm+git@nextday.fi>2012-08-07 01:25:39 +0300
commite16cd9cbcb1eac1c078b79a1e81fb70aec96dc6b (patch)
treeb9b9e68dc6445c3fcb4f51306a98f383ad7a3634 /tests/__init__.py
parent4f2911456df2e84aee9fb71984a990b9f8f472f5 (diff)
downloadredis-py-e16cd9cbcb1eac1c078b79a1e81fb70aec96dc6b.tar.gz
Fixed PEP 8 violations introduced in previous commits
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index fb73cde..616bdd4 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -5,7 +5,8 @@ from tests.connection_pool import ConnectionPoolTestCase
from tests.pipeline import PipelineTestCase
from tests.lock import LockTestCase
from tests.pubsub import PubSubTestCase, PubSubRedisDownTestCase
-from tests.encoding import PythonParserEncodingTestCase, HiredisEncodingTestCase
+from tests.encoding import (PythonParserEncodingTestCase,
+ HiredisEncodingTestCase)
try:
import hiredis