1
0

Import mock from unittest

This commit is contained in:
Brendan Abolivier
2021-09-02 12:10:00 +01:00
parent 5426111c31
commit 5eb9976a01
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from mock import Mock
from unittest.mock import Mock
from twisted.internet import defer

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from mock import Mock
from unittest.mock import Mock
from twisted.internet import defer

View File

@@ -16,7 +16,7 @@ import json
import random
import string
from mock import Mock
from unittest.mock import Mock
from twisted.internet import defer

View File

@@ -20,7 +20,7 @@ import os.path
import tempfile
import pkg_resources
from mock import Mock
from unittest.mock import Mock
from twisted.internet import defer