Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
latency-charter.py: import matplotlib once, not twice (#7096)
`matplotlib` is already imported on line 3. % `pipx run ruff --select=F811 .` ``` test/load-generator/latency-charter.py:10:8: F811 Redefinition of unused `matplotlib` from line 3 ```
- Loading branch information