summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/test_notifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/test_notifier.py')
-rw-r--r--osprofiler/tests/unit/test_notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/test_notifier.py b/osprofiler/tests/unit/test_notifier.py
index 8e658fe..47229c8 100644
--- a/osprofiler/tests/unit/test_notifier.py
+++ b/osprofiler/tests/unit/test_notifier.py
@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import mock
+from unittest import mock
from osprofiler import notifier
from osprofiler.tests import test