Skip to content
  • xiretza's avatar
    style(preload): Improve ECG app code quality · 45d0a1ca
    xiretza authored and rahix's avatar rahix committed
    With only a little bit of effort, the drawing code can be made a lot
    more pythonic.
    
    `== True` and `== False` are never acceptable, and for loops simply
    don't execute if the iterator is empty - no need to check.
    45d0a1ca