Replace mock with stdlib unittest.mock

This commit is contained in:
jo 2021-09-07 12:31:37 +02:00
parent 2513f08d07
commit 05cb98257f
5 changed files with 4 additions and 5 deletions

View file

@ -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