Skip to content

Commit

Permalink
UVR import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz committed Jul 4, 2024
1 parent 2238908 commit b54ad88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified UVR/UVR.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion UVR/uvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():

logger.setLevel(log_level)

from uvr.separator import Separator
from tabs.plugins.installed.UVR.uvr.separator import Separator

if args.env_info:
separator = Separator()
Expand Down

0 comments on commit b54ad88

Please sign in to comment.