Skip to content

Commit 7a27b35

Browse files
authored
removed typing which is deprecated
1 parent 35700a5 commit 7a27b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/arrays/merge_intervals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List
1+
22

33

44
def merge_intervals(intervals: List[List[int]]) -> List[List[int]]:

0 commit comments

Comments
 (0)