Gmail.py else statement not needed
We don't need speficify the else here. Always is else.
This commit is contained in:
parent
d50a28a68f
commit
4198fa8201
@ -73,8 +73,8 @@ class GmailRepository(IMAPRepository):
|
||||
|
||||
if port is None:
|
||||
return 993
|
||||
else:
|
||||
return port
|
||||
|
||||
return port
|
||||
|
||||
def getssl(self):
|
||||
ssl = self.getconfboolean('ssl', None)
|
||||
|
Loading…
Reference in New Issue
Block a user