Use unittest.mock instead of mock

remotes/origin/python3
Phil Howard 2019-11-21 18:24:41 +00:00
parent 610ff895fd
commit 145fbf38d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import sys
from unittest import mock
import mock
import pytest
from mopidy_raspberry_gpio import Extension
from mopidy_raspberry_gpio import frontend as frontend_lib