Skip to content

Commit

Permalink
latency-charter.py: import matplotlib once, not twice (#7096)
Browse files Browse the repository at this point in the history
`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
cclauss authored Sep 22, 2023
1 parent 519c199 commit 574c5cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/load-generator/latency-charter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import datetime
import json
import pandas
import matplotlib
import argparse
import os
matplotlib.style.use('ggplot')
Expand Down

0 comments on commit 574c5cf

Please sign in to comment.