Skip to content

Commit d7f5260

Browse files
black run
1 parent de34cd9 commit d7f5260

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit/test_ssl_partial_chain.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ def test_wrapper_injects_pyopenssl_context(monkeypatch):
2828
captured = {}
2929

3030
def fake_ssl_wrap_socket( # pylint: disable=unused-argument,too-many-arguments,too-many-positional-arguments
31-
sock,
32-
ssl_context=None,
33-
**kwargs
31+
sock, ssl_context=None, **kwargs
3432
):
3533
# Assert that our wrapper provided a PyOpenSSLContext
3634
captured["ctx_is_pyopenssl"] = isinstance(ssl_context, PyOpenSSLContext)

0 commit comments

Comments
 (0)