Gmail.py else statement not needed

Always is else here.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-11-01 08:54:16 +01:00
parent 0454e3e2f1
commit fc2055de8c

View File

@ -84,8 +84,8 @@ class GmailRepository(IMAPRepository):
# GMail. Maybe this should look more similar to gethost & # GMail. Maybe this should look more similar to gethost &
# we could just rely on the global "ssl = yes" default. # we could just rely on the global "ssl = yes" default.
return True return True
else:
return ssl return ssl
def getpreauthtunnel(self): def getpreauthtunnel(self):
return None return None