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