czyoung commited on
Commit
73b143a
·
verified ·
1 Parent(s): 9c31ce8

Fix indentation

Browse files
Files changed (1) hide show
  1. sonogram_utility.py +1 -1
sonogram_utility.py CHANGED
@@ -76,7 +76,7 @@ def colorsCSS(n):
76
  g = f'{bgr[0][0][1].item():02x}'
77
  r = f'{bgr[0][0][2].item():02x}'
78
  ret.append('#'+b+g+r)
79
- return ret
80
 
81
  def extendSpeakers(mySpeakerList, fileLabel = 'NONE', maximumSecondDifference = 1, minimumSecondDuration = 0):
82
  '''
 
76
  g = f'{bgr[0][0][1].item():02x}'
77
  r = f'{bgr[0][0][2].item():02x}'
78
  ret.append('#'+b+g+r)
79
+ return ret
80
 
81
  def extendSpeakers(mySpeakerList, fileLabel = 'NONE', maximumSecondDifference = 1, minimumSecondDuration = 0):
82
  '''