diff options
Diffstat (limited to 'redis/client.py')
-rw-r--r-- | redis/client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/redis/client.py b/redis/client.py index b18871a..2964aa7 100644 --- a/redis/client.py +++ b/redis/client.py @@ -19,8 +19,6 @@ from redis.exceptions import ( SYM_EMPTY = b('') -"THIS IS A FAILURE ON PURPOSE TO TEST PEP8 INTEGRATION WITH TRAVIS-CI BLAH BALH BALH BALH" - def list_or_args(keys, args): # returns a single list combining keys and args |