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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osprofiler/drivers/elasticsearch_driver.py b/osprofiler/drivers/elasticsearch_driver.py
index c24eb60..2e80fe0 100644
--- a/osprofiler/drivers/elasticsearch_driver.py
+++ b/osprofiler/drivers/elasticsearch_driver.py
@@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
+from oslo_config import cfg
import six.moves.urllib.parse as parser
-from oslo_config import cfg
from osprofiler.drivers import base
from osprofiler import exc