Skip to content

Commit 3ac3586

Browse files
committed
ruff it up
1 parent 7a9c087 commit 3ac3586

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

tests/benchmark_plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
2222
"""
2323

24-
2524
import argparse
2625
import matplotlib
2726
import matplotlib.pyplot as plt

tests/benchmark_splits_fill.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
5858
"""
5959

60-
6160
import sortedcontainers as sc
6261
import random
6362

tests/plot_lengths_histogram_add.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
2828
"""
2929

30-
3130
import argparse
3231
import itertools as it
3332
import numpy as np

tests/plot_lengths_histogram_delitem.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
"""Plot histogram of SortedList sublist lengths while items are deleted.
2-
3-
"""
4-
1+
"""Plot histogram of SortedList sublist lengths while items are deleted."""
52

63
import argparse
74
import itertools as it

0 commit comments

Comments
 (0)