final naming cleanup + new feeders/dbs

This commit is contained in:
msramalho
2023-01-21 19:44:12 +00:00
parent 753039240f
commit b763fc4188
34 changed files with 322 additions and 927 deletions

View File

@@ -18,7 +18,6 @@ class Database(Step, ABC):
# only for typing...
return Step.init(name, config, Database)
@abstractmethod
def started(self, item: Metadata) -> None:
"""signals the DB that the given item archival has started"""
pass