Skip to content

Commit 8682782

Browse files
committed
added missing import statement
1 parent 40371aa commit 8682782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/binary_tree/lazy_segment_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import math
2+
from typing import List
23

34

45
class SegmentTree:

0 commit comments

Comments
 (0)