Skip to content

Unused imports and dead local variable across graphing modules #26

Description

@ivankrylov

Reported by pyflakes, all harmless but worth clearing:

  • src/graphing/heatmap.py:200 — import pandas as pd unused
  • src/graphing/heatmap.py:370 — local max_pause_ms assigned, never used
  • src/graphing/plotting.py:8 — from os import times unused
  • src/graphing/plotting.py:9 — re-imports plt, already imported at line 6
  • src/graphing/summary.py:5 — from os import times unused
  • src/graphing/summary.py:6 — import pandas as pd unused

The duplicated from os import times in two files suggests a copy-paste that was
never intentional.

Activity

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

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