mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Fix up unit tests - dataclass + subclasses not having @dataclass was breaking it
This commit is contained in:
@@ -21,7 +21,6 @@ import re
|
||||
from ..core import Metadata, ArchivingContext, BaseModule
|
||||
|
||||
|
||||
@dataclass
|
||||
class Extractor(BaseModule):
|
||||
"""
|
||||
Base class for implementing extractors in the media archiving framework.
|
||||
|
||||
Reference in New Issue
Block a user