Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Jun 7, 2019
1 parent f184a8c commit 897d3a9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sslyze/plugins/session_resumption_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 897d3a9

Please sign in to comment.