Skip to content

Commit

Permalink
Fix linting of newly added MatchBoolPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 10, 2020
1 parent 6f1b20a commit 0f8785b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elasticsearch_dsl/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ class MatchPhrasePrefix(Query):


class MatchBoolPrefix(Query):
name = 'match_bool_prefix'
name = "match_bool_prefix"


class Exists(Query):
name = "exists"
Expand Down

0 comments on commit 0f8785b

Please sign in to comment.