Skip to content

Commit

Permalink
ruff it up
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Mar 1, 2024
1 parent 7a9c087 commit 3ac3586
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion tests/benchmark_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"""


import argparse
import matplotlib
import matplotlib.pyplot as plt
Expand Down
1 change: 0 additions & 1 deletion tests/benchmark_splits_fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"""


import sortedcontainers as sc
import random

Expand Down
1 change: 0 additions & 1 deletion tests/plot_lengths_histogram_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"""


import argparse
import itertools as it
import numpy as np
Expand Down
5 changes: 1 addition & 4 deletions tests/plot_lengths_histogram_delitem.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""Plot histogram of SortedList sublist lengths while items are deleted.
"""

"""Plot histogram of SortedList sublist lengths while items are deleted."""

import argparse
import itertools as it
Expand Down

0 comments on commit 3ac3586

Please sign in to comment.