Skip to content

Commit

Permalink
Merge pull request #685 from Fantastic8/patch-1
Browse files Browse the repository at this point in the history
Fix Duplicate Code fragment
  • Loading branch information
tomato42 committed Jul 25, 2020
2 parents 4b990ab + 781b5f2 commit 959b174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tlsfuzzer/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ def __init__(self, ciphers=None, extensions=None, version=None,
self.version = version
self.ciphers = ciphers
self.extensions = extensions
self.version = version
self.session_id = session_id
self.random = random
self.compression = compression
Expand Down

0 comments on commit 959b174

Please sign in to comment.