diff options
author | Vincent Driessen <vincent@3rdcloud.com> | 2015-01-30 09:23:07 +0100 |
---|---|---|
committer | Vincent Driessen <vincent@3rdcloud.com> | 2015-01-30 09:24:51 +0100 |
commit | b8d425b318567073a8343b8f884547b62ced810d (patch) | |
tree | 352ad8504873984540869c15b7ccab6957f7f5f7 /tests/test_cli.py | |
parent | fac2b10309a7148b13cd259e6770f2695c126628 (diff) | |
download | rq-0.5.0.tar.gz |
Various PEP8 fixes.0.5.0
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r-- | tests/test_cli.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py index 3977006..f1b7fd4 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -101,9 +101,3 @@ class TestRQCli(RQTestCase): self.assertEqual(result.exit_code, 1) self.assertIn("Duration must be an integer greater than 1", result.output) - - - - - - |