Fix a few mock imports still not from unittests

Change-Id: Idde9a450e9ac4ffe786f5233ef22eacd7df6b8eb
This commit is contained in:
Luigi Toscano 2020-08-11 14:29:09 +02:00
parent ddf9eaed0a
commit 80de329bd8
2 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,9 @@ limitations under the License.
"""
from unittest.mock import patch
import falcon
from mock import patch
from freezer_api import service
from freezer_api.tests.unit import common

View File

@ -17,8 +17,7 @@ limitations under the License.
"""
import unittest
from mock import patch
from unittest.mock import patch
from freezer_api.common import exceptions
from freezer_api.common import utils