Skip to content

chore: remove unused imports in pdf, evaluator, and score modules#261

Open
samybit wants to merge 1 commit into
interviewstreet:mainfrom
samybit:chore/cleanup-unused-imports
Open

chore: remove unused imports in pdf, evaluator, and score modules#261
samybit wants to merge 1 commit into
interviewstreet:mainfrom
samybit:chore/cleanup-unused-imports

Conversation

@samybit

@samybit samybit commented Jun 24, 2026

Copy link
Copy Markdown

Description

Removed unused standard library imports that were left behind in the codebase to improve readability.

  • Removed sys from pdf.py
  • Removed re from evaluator.py
  • Removed List and Dict from score.py (kept Optional as it is required for the _evaluate_resume return type)

Closes #262

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

chore: Clean up unused standard library imports

1 participant