Skip to content

Linter reports unused variables in IQB_Map.py #170

@arvinder004

Description

@arvinder004

When running uv run ruff check . I got two F841 warnings in the prototype page:

  • suffix is assigned but never used in _build_metrics_from_row
  • found is set inside a loop but never read (the break already stops it)

These are harmless but clutter the linter output. The fix is simply to remove the two assignments.

This is a tiny clean‑up, no behaviour change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions