Skip to content

Commit b7f1914

Browse files
committed
Change file location
1 parent 12bc99d commit b7f1914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ def eraseOverlapIntervals(self, intervals: List[List[int]]) -> int:
4545
res += 1
4646
prevEnd = min(prevEnd, end)
4747
return res
48-

0 commit comments

Comments
 (0)