diff options
Diffstat (limited to 'tests/test_scripting.py')
-rw-r--r-- | tests/test_scripting.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_scripting.py b/tests/test_scripting.py index b3d52a5..02c0f17 100644 --- a/tests/test_scripting.py +++ b/tests/test_scripting.py @@ -1,4 +1,3 @@ -from __future__ import unicode_literals import pytest from redis import exceptions @@ -21,7 +20,7 @@ return "hello " .. name """ -class TestScripting(object): +class TestScripting: @pytest.fixture(autouse=True) def reset_scripts(self, r): r.script_flush() |