Skip to content

Commit

Permalink
Merge branch 'master' into unify-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Nov 15, 2023
2 parents 1606073 + 610bce8 commit 45c5589
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/music/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from collections.abc import Callable, Collection, Iterator
from functools import cached_property
from timeit import default_timer as timer
from typing import cast

with warnings.catch_warnings():
warnings.filterwarnings("ignore", message="Can't reach distant API")
Expand Down Expand Up @@ -377,7 +376,7 @@ def main(
verbose,
lambda: _render_instrumental(
project,
cast(reapy.Track, vocals),
vocals,
vocal_loudness_worth,
verbose,
),
Expand Down

0 comments on commit 45c5589

Please sign in to comment.