Skip to content

Commit 6b02164

Browse files
committed
polish
1 parent 5e17009 commit 6b02164

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/client/test_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def synchronize_config(*_):
156156
unix_socket_path='/some_path',
157157
encoding='utf-8',
158158
encoding_errors='non-strict',
159-
# errors=True,
160159
decode_responses=True,
161160
retry_on_timeout=True,
162161
ssl=True,

tests/storage/adapters/test_redis_adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def test_adapter_building(self, mocker):
125125
unix_socket_path='/tmp/socket',
126126
encoding='utf-8',
127127
encoding_errors='strict',
128-
# errors='abc',
129128
decode_responses=True,
130129
retry_on_timeout=True,
131130
ssl=True,

0 commit comments

Comments
 (0)