diff options
author | Hendrik Muhs <hendrik@cliqz.com> | 2014-12-04 10:44:38 +0100 |
---|---|---|
committer | Hendrik Muhs <hendrik@cliqz.com> | 2014-12-04 10:44:38 +0100 |
commit | eddf49d774945986325a04e134b0ba42e0046e70 (patch) | |
tree | e135fe34d53cb9319fd18767f5de72c4dbade30f /tests/test_scripting.py | |
parent | 2e05913f002d1b08a09d47f6506dacd53bafe052 (diff) | |
download | redis-py-eddf49d774945986325a04e134b0ba42e0046e70.tar.gz |
pep8 fix
Diffstat (limited to 'tests/test_scripting.py')
-rw-r--r-- | tests/test_scripting.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_scripting.py b/tests/test_scripting.py index e9971d5..2213ec6 100644 --- a/tests/test_scripting.py +++ b/tests/test_scripting.py @@ -21,6 +21,7 @@ local names = message['name'] return "hello " .. name """ + class TestScripting(object): @pytest.fixture(autouse=True) def reset_scripts(self, r): |