Skip to content

Commit

Permalink
Fixing PEP8 Violation
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed May 21, 2015
1 parent bdd7218 commit a1e82fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_iotools_redis(self):
'--redis'])
subprocess.call(
'{0} {1} | redis-cli --pipe'.format(cat_cmd, output),
shell=True)
shell=True)

for hexseed in r.scan_iter():
seed = binascii.unhexlify(hexseed)
Expand Down

0 comments on commit a1e82fd

Please sign in to comment.