Skip to content

Commit f0642bc

Browse files
author
likui
committed
Update developing.rst
Use unittest.mock instead of mock Change-Id: Ib573e9d217b4f18ef4e7ba3ab581164be423cb26
1 parent 15d0bfc commit f0642bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/contributor/developing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ Example
199199
200200
import copy
201201
import fixtures
202-
import mock
203202
import os
204203
205204
from osc_lib.api import auth
@@ -208,4 +207,5 @@ Example
208207
209208
from openstackclient import shell
210209
from openstackclient.tests import utils
210+
from unittest import mock
211211

0 commit comments

Comments
 (0)