Pylint: remove unnecessary-semicolon

Reviewed-By: Petr Spacek <pspacek@redhat.com>
Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
Martin Basti
2016-03-20 21:32:27 +01:00
parent b66028af18
commit da0318d4d7
7 changed files with 8 additions and 9 deletions

View File

@@ -252,7 +252,7 @@ class NSSConnection(httplib.HTTPConnection, NSSAddressFamilyFallback):
def password_callback(self, slot, retry, password):
if not retry and password: return password
return getpass.getpass("Enter password for %s: " % slot.token_name);
return getpass.getpass("Enter password for %s: " % slot.token_name)
def handshake_callback(self, sock):
"""