Skip to content

Commit e18283a

Browse files
committed
flake8 fixes
1 parent f3e855b commit e18283a

File tree

2 files changed

+780
-294
lines changed

2 files changed

+780
-294
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def teardown():
126126
@pytest.fixture()
127127
def modclient(request, **kwargs):
128128
rmurl = request.config.getoption('--redismod-url')
129-
with _get_client(redis.Redis, request, from_url=rmurl,
129+
with _get_client(redis.Redis, request, from_url=rmurl,
130130
decode_responses=True, **kwargs) as client:
131131
yield client
132132

0 commit comments

Comments
 (0)