Skip to content

fix : remove duplicate parse_skills function definition in recommender - #1333

Open
tmdeveloper007 wants to merge 1 commit into
komalharshita:mainfrom
tmdeveloper007:#1327
Open

fix : remove duplicate parse_skills function definition in recommender#1333
tmdeveloper007 wants to merge 1 commit into
komalharshita:mainfrom
tmdeveloper007:#1327

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Summary of What Has Been Done

Removed the duplicate parse_skills function definition in src/utils/recommender.py. The function was defined twice at consecutive lines, with the second definition simply overwriting the first. Removed the redundant second definition.

Changes Made

  • src/utils/recommender.py: Removed duplicate parse_skills function (lines 127-128)

Impact it Made

  • Eliminates dead code and reduces source file confusion
  • Improves code maintainability by having a single source of truth
  • No functional change (both definitions were identical)

Note

Please assign this PR to the tmdeveloper007 account.

Closes #1327

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

@tmdeveloper007 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : remove duplicate cache metrics in ml_recommender.py get_cache_metrics

1 participant