]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - music_sampler.py
Coding styles
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler.py
index 5613fdf1ab0824df8e75543ff41544b855cd1402..d91e150aed51d93d9fa6e7432b2971c3cb05c398 100644 (file)
@@ -50,8 +50,7 @@ class PlayList(RelativeLayout):
 
             text = "{}/{}".format(
                     helpers.duration_to_min_sec(music_file.sound_position),
-                    helpers.duration_to_min_sec(music_file.sound_duration)
-                    )
+                    helpers.duration_to_min_sec(music_file.sound_duration))
 
             if music_file.is_paused():
                 self.playlist.append(["⏸", music_file.name, text, False])