Skip to content

Commit 6d1a96b

Browse files
committed
Fix version import
1 parent 0f6503f commit 6d1a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from elasticsearch.dsl import VERSION
1+
from elasticsearch import VERSION
22

33
ES_MAJOR_VERSION = VERSION[0]

0 commit comments

Comments
 (0)