From b8d425b318567073a8343b8f884547b62ced810d Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Fri, 30 Jan 2015 09:23:07 +0100 Subject: Various PEP8 fixes. --- tests/test_cli.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/test_cli.py') 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) - - - - - - -- cgit v1.2.1