Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed May 11, 2022
1 parent 671dfc3 commit 0e18a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/protocols/test/test_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
try:
from OpenSSL import crypto
from OpenSSL.SSL import (
SSL_CB_HANDSHAKE_DONE,
TLS_METHOD,
Connection,
Context,
Expand All @@ -24,7 +25,6 @@
TLSv1_2_METHOD,
TLSv1_METHOD,
WantReadError,
SSL_CB_HANDSHAKE_DONE,
)

from twisted.protocols.tls import (
Expand Down

0 comments on commit 0e18a25

Please sign in to comment.