Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 24, 2024
1 parent 60197fa commit 4d68326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python setup.py install && python tests/test.py
python setup.py install && python tests/test.py
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import librosa
import numpy as np
import opusenc
import librosa

sample_rate = 48000
channels = 1
Expand Down

0 comments on commit 4d68326

Please sign in to comment.