From 38dd84f659bbbadfcdb676a01d8e515b7ef076ce Mon Sep 17 00:00:00 2001 From: Jamie Scott <5336227+IAmATeaPot418@users.noreply.github.com> Date: Mon, 21 Oct 2019 03:19:42 -0700 Subject: Whitespace go away --- tests/test_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index 70cfaf1..f1a4842 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -180,8 +180,8 @@ class TestRedisCommands(object): remove_passwords=[HP]) assert len(r.acl_getuser(username)['passwords']) == 1 - @skip_if_server_version_lt('6.0.0') - def test_acl_list(self, r, request): + @skip_if_server_version_lt('6.0.0') + def test_acl_list(self, r, request): username = 'redis-py-user' def teardown(): -- cgit v1.2.1