Eng-Musa commited on
Commit
b32cdc2
Β·
1 Parent(s): aba1204

fix import issue

Browse files
__pycache__/main.cpython-312.pyc CHANGED
Binary files a/__pycache__/main.cpython-312.pyc and b/__pycache__/main.cpython-312.pyc differ
 
services/__pycache__/cv_chunk_refiner.cpython-312.pyc ADDED
Binary file (27.3 kB). View file
 
services/cv_chunk_refiner.py CHANGED
@@ -54,7 +54,7 @@ import re
54
  from dataclasses import asdict, dataclass, field
55
  from typing import Optional
56
 
57
- from cv_chunker import CVChunk, SectionKind
58
 
59
 
60
  # ─────────────────────────────────────────────────────────────────────────────
 
54
  from dataclasses import asdict, dataclass, field
55
  from typing import Optional
56
 
57
+ from .cv_chunker import CVChunk, SectionKind
58
 
59
 
60
  # ─────────────────────────────────────────────────────────────────────────────