Refactor Document Chunker to always use docling #1061
Annotations
1 error and 6 warnings
pylint
Process completed with exit code 4.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pylint:
src/instructlab/sdg/utils/taxonomy.py#L441
W0613: Unused argument 'taxonomy_path' (unused-argument)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L2
W0611: Unused ABC imported from abc (unused-import)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L2
W0611: Unused abstractmethod imported from abc (unused-import)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L4
W0611: Unused Enum imported from enum (unused-import)
|
pylint:
src/instructlab/sdg/utils/chunkers.py#L6
W0611: Unused Tuple imported from typing (unused-import)
|
Loading