Skip to content

Commit

Permalink
Fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Mar 24, 2024
1 parent b45e3ac commit 7addcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ disable = [
]

[tool.pyright]
reportMissingImports = false # import demucs.{separate,api}
reportPossiblyUnboundVariable = false # import demucs.{separate,api}
reportPrivateImportUsage = false # demucs.api.save_audio

0 comments on commit 7addcd7

Please sign in to comment.