summaryrefslogtreecommitdiff
path: root/osprofiler/drivers/elasticsearch_driver.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/drivers/elasticsearch_driver.py')
-rw-r--r--osprofiler/drivers/elasticsearch_driver.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/osprofiler/drivers/elasticsearch_driver.py b/osprofiler/drivers/elasticsearch_driver.py
index 2e80fe0..d4a6b3d 100644
--- a/osprofiler/drivers/elasticsearch_driver.py
+++ b/osprofiler/drivers/elasticsearch_driver.py
@@ -13,8 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+from urllib import parse as parser
+
from oslo_config import cfg
-import six.moves.urllib.parse as parser
from osprofiler.drivers import base
from osprofiler import exc