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 36ff812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2650,6 +2650,7 @@ 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.
"""

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

Expand Down

0 comments on commit 36ff812

Please sign in to comment.