Skip to content

Commit 46661ca

Browse files
committed
make it black
1 parent db63e10 commit 46661ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: tests/test_ssl.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2647,9 +2647,10 @@ def test_set_verify_overrides_context(self):
26472647

26482648
def test_set_verify_callback_reference(self):
26492649
"""
2650-
The callback for certificate verification should only be forgotten if the context and all connections
2651-
created by it do not use it anymore.
2650+
The callback for certificate verification should only be forgotten if
2651+
the context and all connections created by it do not use it anymore.
26522652
"""
2653+
26532654
def callback(conn, cert, errnum, depth, ok): # pragma: no cover
26542655
return ok
26552656

0 commit comments

Comments
 (0)