Skip to content

Commit f212f8c

Browse files
add missing Shape declaration
1 parent 068fa31 commit f212f8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch_dsl/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
RankFeatures,
7474
ScaledFloat,
7575
SearchAsYouType,
76+
Shape,
7677
Short,
7778
SparseVector,
7879
Text,
@@ -183,6 +184,7 @@
183184
"ScaledFloat",
184185
"Search",
185186
"SearchAsYouType",
187+
"Shape",
186188
"Short",
187189
"SparseVector",
188190
"TermsFacet",

0 commit comments

Comments
 (0)