Skip to content

Commit 8e442e0

Browse files
committed
code quality
1 parent 12959c9 commit 8e442e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/trees/tests/test_binary_trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def _test_AVLTree(backend):
335335

336336
assert raises(ValueError, lambda: a5.select(0))
337337
assert raises(ValueError, lambda: a5.select(15))
338-
338+
339339
assert a5.rank(-1) is None
340340
def test_select_rank(expected_output):
341341
output = []

0 commit comments

Comments
 (0)