Skip to content

Commit

Permalink
Merge pull request #762 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Sep 30, 2024
2 parents e32c38d + 5f09898 commit 6358eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run_infer_script(
compressor_threshold: float = 0,
compressor_ratio: float = 1,
compressor_attack: float = 1.0,
compressor_release: float = 100,
compressor_release: float = 100,
delay_seconds: float = 0.5,
delay_feedback: float = 0.0,
delay_mix: float = 0.5,
Expand Down Expand Up @@ -254,7 +254,7 @@ def run_batch_infer_script(
compressor_threshold: float = 0,
compressor_ratio: float = 1,
compressor_attack: float = 1.0,
compressor_release: float = 100,
compressor_release: float = 100,
delay_seconds: float = 0.5,
delay_feedback: float = 0.0,
delay_mix: float = 0.5,
Expand Down

0 comments on commit 6358eeb

Please sign in to comment.