further cleanup

This commit is contained in:
msramalho
2023-01-21 19:57:54 +00:00
parent 9bd8ea0994
commit 746f6a333e
9 changed files with 8 additions and 46 deletions

View File

@@ -42,7 +42,6 @@ class GsheetsDb(Database):
def fetch(self, item: Metadata) -> Union[Metadata, bool]:
"""check if the given item has been archived already"""
# TODO: this should not be done at the feeder stage then!
return False
def done(self, item: Metadata) -> None: