We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3c45c commit f9c2e7dCopy full SHA for f9c2e7d
1 file changed
src/docflow/connectors/mock.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
from pathlib import Path
3
import shutil
4
-from ..models import Extraction
+from docflow.models import Extraction
5
6
class MockCRM:
7
def record(self, extraction: Extraction, run_id: str) -> None:
0 commit comments