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