Skip to content

Commit 0fcc811

Browse files
committed
Fixed ruff formatting error.
1 parent 4480dcc commit 0fcc811

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/waveform_simpletest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
print(relic_waveform.noise(size=SIZE, dtype=TYPE))
1818
print(
1919
relic_waveform.mix(
20-
relic_waveform.sine(size=SIZE, dtype=TYPE), (relic_waveform.noise(size=SIZE, dtype=TYPE), 0.5)
20+
relic_waveform.sine(size=SIZE, dtype=TYPE),
21+
(relic_waveform.noise(size=SIZE, dtype=TYPE), 0.5),
2122
)
2223
)
2324
print(relic_waveform.from_wav("test.wav", SIZE))

0 commit comments

Comments
 (0)