We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 609802e commit 31c6e9eCopy full SHA for 31c6e9e
Leetcode/Summary_Ranges/Summary_Ranges.py
@@ -23,4 +23,4 @@ def summaryRanges(self, nums):
23
# r = []
24
# ranges.append(r),
25
# r[1 :] = num,
26
- # return ["->".join(map(str, r)) for r in ranges]
+ # return ["->".join(map(str, r)) for r in ranges]
0 commit comments