LocalStatus.py removed unused pass

We don't need this pass because we have the docstring.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-11-01 12:53:34 +01:00
parent 14020a670f
commit 3e5832e828

View File

@ -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."""