summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/test_utils.py')
-rw-r--r--osprofiler/tests/unit/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/tests/unit/test_utils.py b/osprofiler/tests/unit/test_utils.py
index ffb7b09..2239aa1 100644
--- a/osprofiler/tests/unit/test_utils.py
+++ b/osprofiler/tests/unit/test_utils.py
@@ -16,9 +16,9 @@
import base64
import hashlib
import hmac
+from unittest import mock
import uuid
-import mock
from osprofiler import _utils as utils
from osprofiler.tests import test