refactor(analyzer): fix linting errors (#2029)
This commit is contained in:
parent
b465629977
commit
1b93b7645e
7 changed files with 51 additions and 74 deletions
|
@ -16,7 +16,7 @@ from ..fixtures import FILE_INVALID_DRM, FILES
|
|||
map(lambda i: str(i.path), FILES),
|
||||
)
|
||||
def test_analyze_playability(filepath):
|
||||
analyze_playability(filepath, dict())
|
||||
analyze_playability(filepath, {})
|
||||
|
||||
|
||||
def test_analyze_playability_missing_liquidsoap():
|
||||
|
@ -24,7 +24,7 @@ def test_analyze_playability_missing_liquidsoap():
|
|||
"libretime_analyzer.pipeline.analyze_playability.LIQUIDSOAP_EXECUTABLE",
|
||||
"foobar",
|
||||
):
|
||||
analyze_playability(str(FILES[0].path), dict())
|
||||
analyze_playability(str(FILES[0].path), {})
|
||||
|
||||
|
||||
def test_analyze_playability_invalid_filepath():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue