Skip to content

Commit

Permalink
black formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustapha Benali committed May 9, 2023
1 parent e999eca commit 97e25ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collective/elasticsearch/indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def extract(self, name, data):
def create_mapping(self, name): # NOQA R0201
return {"type": "keyword", "index": True, "store": True}


class EFieldIndex(BaseIndex):
pass

Expand Down

0 comments on commit 97e25ad

Please sign in to comment.