diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 877de55..16854ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +v7.2.2 +------ + +*2025-02-27* -- Fix error encountered when stemming a file missing a newline character. + v7.2.1 ------ diff --git a/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py b/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py index 4292b93..97f05ef 100644 --- a/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py +++ b/src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py @@ -21,7 +21,6 @@ # Visit https://github.com/aboutcode-org/scancode.io for support and download. from scanpipe.pipelines.scan_single_package import ScanSinglePackage -from scanpipe.pipes import matchcode from matchcode_toolkit.pipelines.fingerprint_codebase import FingerprintCodebase