Skip to content

fix(ruff): resolve ruff errors blocking CI in app/routes/vms.py and tests #94

@t0kubetsu

Description

@t0kubetsu

Context

Commit extracted from feat/ci-hardening that does not touch CI configuration files (.github/).

This commit fixes Python linting errors surfaced by the new CI workflow — it belongs in a dedicated fix branch rather than mixed into CI infrastructure work.

Changes

  • bdc95f9fix(ci): resolve ruff errors blocking CI
    • Add missing from typing import Any import (F821)
    • Rename ambiguous loop variable lline (E741)
    • Remove unused pytest and Path imports from tests/test_ws_helpers.py (F401)

Files

  • app/routes/vms.py
  • tests/test_ws_helpers.py

Metadata

Metadata

Assignees

No one assigned

    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