refactor(analyzer): fix linting errors (#2029)
This commit is contained in:
parent
b465629977
commit
1b93b7645e
7 changed files with 51 additions and 74 deletions
|
@ -18,5 +18,5 @@ def test_analyze_replaygain(filepath, replaygain):
|
|||
if distro.codename() == "bionic" and str(filepath).endswith("+12.mp3"):
|
||||
tolerance = 5
|
||||
|
||||
metadata = analyze_replaygain(filepath, dict())
|
||||
metadata = analyze_replaygain(filepath, {})
|
||||
assert metadata["replay_gain"] == pytest.approx(replaygain, abs=tolerance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue