Merge "Use unittest.mock instead of mock in the doc"

This commit is contained in:
Zuul 2021-01-05 06:34:03 +00:00 committed by Gerrit Code Review
commit 0cf7e31f8c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Example
import copy
import fixtures
import mock
from unittest import mock
import os
from osc_lib.api import auth