Skip to content

chore: Clean up unused standard library imports #262

Description

@samybit

Description of the issue and expected behavior

While reviewing the codebase, I noticed a few standard library imports that are no longer being used. Leaving unused imports can cause minor clutter and trigger linter warnings.

Specific instances:

  • import sys in pdf.py
  • import re in evaluator.py
  • List and Dict from typing in score.py

Expected behavior:
Remove the unused imports to improve code readability while ensuring no active logic breaks.

(Note: I have already gone ahead and submitted a fix for this in PR #261)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions