Merge "Use unittest.mock instead of mock"

This commit is contained in:
Zuul 2020-07-09 02:20:04 +00:00 committed by Gerrit Code Review
commit 0356f6eaf1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import mock
from unittest import mock
from testscenarios import load_tests_apply_scenarios as load_tests # noqa
import testtools