Remove TODO message from Wave

pull/357/head
nyanpasu64 2018-07-20 02:22:53 -07:00
rodzic 1baf405166
commit 1d7f29b943
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,6 @@ class Wave:
self.trigger: Trigger = None
# Calculate scaling factor.
# TODO extract function, unit tests... switch to pysoundfile and drop logic
dtype = self.data.dtype
def is_type(parent: type) -> bool: