Skip to content

Commit a0cf8c6

Browse files
remove unused imports
1 parent 863562a commit a0cf8c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

datalad_metalad/extractors/legacy/tests/test_audio.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212

1313
from datalad.tests.utils_pytest import (
1414
SkipTest,
15-
assert_in,
16-
assert_not_in,
1715
assert_repo_status,
1816
assert_result_count,
19-
assert_status,
2017
eq_,
2118
with_tempfile,
2219
)
@@ -30,6 +27,7 @@
3027

3128
from datalad.api import Dataset
3229

30+
3331
target = {
3432
"format": "mime:audio/mp3",
3533
"duration(s)": 1.0,

0 commit comments

Comments
 (0)