Skip to content

Commit cc0d7b8

Browse files
committed
linters
1 parent 7fd19d7 commit cc0d7b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_function.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pytest
22

33
from redis.exceptions import ResponseError
4+
45
from .conftest import skip_if_server_version_lt
56

67
function = "redis.register_function('myfunc', function(keys, args) return args[1] end)"

0 commit comments

Comments
 (0)