Skip to content

Commit

Permalink
Fix seemingly irrelevant lint failure that masks real lints failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrwilliams committed Feb 12, 2019
1 parent 6e4cf42 commit de05fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/conch/client/knownhosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def promptResponse(response):

keytype = key.type()

if keytype is "EC":
if keytype == "EC":
keytype = "ECDSA"

prompt = (
Expand Down

0 comments on commit de05fee

Please sign in to comment.