Skip to content

Commit

Permalink
make it black
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed May 12, 2022
1 parent db63e10 commit 46661ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2647,9 +2647,10 @@ def test_set_verify_overrides_context(self):

def test_set_verify_callback_reference(self):
"""
The callback for certificate verification should only be forgotten if the context and all connections
created by it do not use it anymore.
The callback for certificate verification should only be forgotten if
the context and all connections created by it do not use it anymore.
"""

def callback(conn, cert, errnum, depth, ok): # pragma: no cover
return ok

Expand Down

0 comments on commit 46661ca

Please sign in to comment.