Skip to content

Commit 1e72409

Browse files
committed
updated imports
1 parent 99cd580 commit 1e72409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/linear_data_structures/tests/test_algorithms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
selection_sort, insertion_sort, intro_sort, shell_sort, radix_sort, Backend)
99

1010
from pydatastructs.utils.raises_util import raises
11-
import random, pytest
11+
import random
1212

1313
def _test_common_sort(sort, *args, **kwargs):
1414
random.seed(1000)

0 commit comments

Comments
 (0)