Replace mock with stdlib unittest.mock
This commit is contained in:
parent
2513f08d07
commit
05cb98257f
5 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
from datetime import timedelta
|
||||
from unittest import mock
|
||||
|
||||
import mock
|
||||
import mutagen
|
||||
import pytest
|
||||
from airtime_analyzer.metadata_analyzer import MetadataAnalyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue