diff --git a/sslyze/plugins/session_resumption_plugin.py b/sslyze/plugins/session_resumption_plugin.py index aedd1d96..c20bf87c 100644 --- a/sslyze/plugins/session_resumption_plugin.py +++ b/sslyze/plugins/session_resumption_plugin.py @@ -385,11 +385,7 @@ def __init__( ) # We use a SessionResumptionRateScanResult to re-use code in as_text() and as_xml() self._rate_result = SessionResumptionRateScanResult( # type: ignore - server_info, - scan_command, - attempted_resum_nb, - successful_resum_nb, - errored_resumptions_list, + server_info, scan_command, attempted_resum_nb, successful_resum_nb, errored_resumptions_list ) RESUMPTION_LINE_FORMAT = " {resumption_type:<35}{result}"