Skip to content

Commit e0b757c

Browse files
committed
Remove unused import in lastgenre tests
1 parent 2913acc commit e0b757c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plugins/test_lastgenre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import re
1818
from collections import defaultdict
19-
from unittest.mock import MagicMock, Mock, patch
19+
from unittest.mock import Mock, patch
2020

2121
import confuse
2222
import pytest

0 commit comments

Comments
 (0)