Skip to content

Commit 0f8785b

Browse files
authored
Fix linting of newly added MatchBoolPrefix
1 parent 6f1b20a commit 0f8785b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticsearch_dsl/query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ class MatchPhrasePrefix(Query):
415415

416416

417417
class MatchBoolPrefix(Query):
418-
name = 'match_bool_prefix'
418+
name = "match_bool_prefix"
419+
419420

420421
class Exists(Query):
421422
name = "exists"

0 commit comments

Comments
 (0)