Skip to content

Commit f5b9312

Browse files
committed
convert import es to import es6
1 parent 36f5ff8 commit f5b9312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_metrics/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.apps import apps
55
from django.conf import settings
66
from django.utils import timezone
7-
from elasticsearch.exceptions import NotFoundError
7+
from elasticsearch6.exceptions import NotFoundError
88
from elasticsearch6_dsl import Document, connections
99
from elasticsearch6_dsl.document import IndexMeta, MetaField
1010
from elasticsearch6_dsl.index import Index

0 commit comments

Comments
 (0)