summaryrefslogtreecommitdiff
path: root/osprofiler/profiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/profiler.py')
-rw-r--r--osprofiler/profiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/profiler.py b/osprofiler/profiler.py
index 3748c16..42bcc28 100644
--- a/osprofiler/profiler.py
+++ b/osprofiler/profiler.py
@@ -17,12 +17,12 @@ import collections
import datetime
import functools
import inspect
-import six
import socket
import threading
from oslo_utils import reflection
from oslo_utils import uuidutils
+import six
from osprofiler import _utils as utils
from osprofiler import notifier