Skip to content

Commit

Permalink
more black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
instification committed Oct 4, 2024
1 parent 41b9de0 commit 69410df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/collective/elasticsearch/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

# Custom serializer to handle cases where set() data is passed to an index
class PloneJSONSerializer(JSONSerializer):

def default(self, data):
if isinstance(data, set):
return [i for i in data]
Expand Down

0 comments on commit 69410df

Please sign in to comment.