Skip to content

fix : remove duplicate parse_skills definition in recommender.py - #1310

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

fix : remove duplicate parse_skills definition in recommender.py#1310
tmdeveloper007 wants to merge 1 commit into
komalharshita:mainfrom
tmdeveloper007:#1305

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Summary of What Has Been Done

Removed the duplicate def parse_skills(skills_string): at line 126 in src/utils/recommender.py. The function was defined twice consecutively, with the second definition shadowing the first. The kept definition correctly delegates to parse_skill_entries.

Changes Made

  • Deleted the second parse_skills function definition (4 lines) from src/utils/recommender.py

Impact it Made

  • Eliminates dead code and shadowing
  • Cleaner, more maintainable module
  • No behavioral change

Closes #1305

Note: Please assign this PR to the tmdeveloper007 account.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

Someone 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 parse_skills definition in recommender.py

1 participant