Unused imports and dead local variable across graphing modules
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 88/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- python
- Domain
- data-visualization
Research direction
Inspect the reported lines in src/graphing/heatmap.py, src/graphing/plotting.py, and src/graphing/summary.py. Start by running pyflakes against these graphing modules, remove only the listed unused imports, duplicate import, and unused local variable, then run pyflakes again to confirm the reported findings are gone.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Jupyter Notebook
- Stars
- 455
- Forks
- 48
- Avg merge
- 4m
- Merged PRs (30d)
- 2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apple/GCGC
-
Stale empty checkpoint file src/.ipynb_checkpoints/__init__-checkpoint.py committed to the repo Open
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
AOSSIE-Org/OrgExplorer#245 · 1 assignee ·
-
tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
gordonwatts/test-wsl2-llm#151 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 72/100