Skip to content

Commit 1279089

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 80ae77a commit 1279089

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_structures/binary_tree/segment_tree_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class Node:
32
def __init__(self, start: int, end: int) -> None:
43
# Initializes a segment tree node with start and end indices

0 commit comments

Comments
 (0)