Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcortes committed Mar 7, 2023
1 parent 034bc31 commit 0bf86c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/datasets/test_baf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

from mirdata.datasets import baf

import mock
from mock import patch


TEST_DATA_HOME = os.path.normpath("tests/resources/mir_datasets/baf")
TRACK_ID = "query_0001"
Expand Down Expand Up @@ -145,4 +142,4 @@ def test_metadata():
"channel": "TV2 Norway",
"datetime": "2021-01-09 16:08:50",
"annotations": [],
}
}

0 comments on commit 0bf86c5

Please sign in to comment.