Fix sphinx-autoapi imports

This commit is contained in:
Patrick Robertson
2025-02-07 21:54:49 +01:00
parent a506f2a88f
commit 63aba6ad39
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ from loguru import logger
from retrying import retry
import re
from ..core import Metadata, BaseModule
from auto_archiver.core import Metadata, BaseModule
class Extractor(BaseModule):