Skip to content

Commit 897d3a9

Browse files
committed
Fix black
1 parent f184a8c commit 897d3a9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sslyze/plugins/session_resumption_plugin.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,7 @@ def __init__(
385385
)
386386
# We use a SessionResumptionRateScanResult to re-use code in as_text() and as_xml()
387387
self._rate_result = SessionResumptionRateScanResult( # type: ignore
388-
server_info,
389-
scan_command,
390-
attempted_resum_nb,
391-
successful_resum_nb,
392-
errored_resumptions_list,
388+
server_info, scan_command, attempted_resum_nb, successful_resum_nb, errored_resumptions_list
393389
)
394390

395391
RESUMPTION_LINE_FORMAT = " {resumption_type:<35}{result}"

0 commit comments

Comments
 (0)