Skip to content

Commit 36ff812

Browse files
committed
make it black
1 parent db63e10 commit 36ff812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ssl.py

+1
Original file line numberDiff line numberDiff line change
@@ -2650,6 +2650,7 @@ def test_set_verify_callback_reference(self):
26502650
The callback for certificate verification should only be forgotten if the context and all connections
26512651
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)