Add blank line to fix flake8 error

pull/14/head
Ewald de Wit 2022-09-17 11:45:43 +02:00
rodzic 5860ab2f33
commit dfd571243e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -268,6 +268,7 @@ class Analyzer:
targetSpectrum = None
return targetSpectrum
@lru_cache
def tone(f: float, secs: float, rate: int):
"""Generate a sine wave."""