LocalStatus.py removed unused pass
We don't need this pass because we have the docstring.
This commit is contained in:
parent
14020a670f
commit
3e5832e828
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user