From 3e5832e828fffd2d60d4a172b83b5f3fed8755be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 1 Nov 2020 12:53:34 +0100 Subject: [PATCH] LocalStatus.py removed unused pass We don't need this pass because we have the docstring. --- offlineimap/repository/LocalStatus.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/offlineimap/repository/LocalStatus.py b/offlineimap/repository/LocalStatus.py index 59554b9..cb0ecdf 100644 --- a/offlineimap/repository/LocalStatus.py +++ b/offlineimap/repository/LocalStatus.py @@ -152,8 +152,6 @@ class LocalStatusRepository(BaseRepository): the file names that we have available. TODO: need to store a list of folder names somehow?""" - pass - def forgetfolders(self): """Forgets the cached list of folders, if any. Useful to run after a sync run."""