From cbbeebbf44e7984240f63a796273dc94d37719fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 31 Oct 2020 15:39:28 +0100 Subject: [PATCH] imapserver.py removed extra parenthesis We can remove this parenthesis. --- offlineimap/imapserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/imapserver.py b/offlineimap/imapserver.py index 067d04d..489ef2d 100644 --- a/offlineimap/imapserver.py +++ b/offlineimap/imapserver.py @@ -40,7 +40,7 @@ except ImportError: have_gss = False -class IMAPServer(): +class IMAPServer: """Initializes all variables from an IMAPRepository() instance Various functions, such as acquireconnection() return an IMAP4