Skip to content

Commit

Permalink
superfluous else removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 13, 2023
1 parent f6a3780 commit 9ddbc37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collective/elastic/ingest/ingest/rid.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ def enrichWithRid(content):
# BBB backward compatibility
elif "catalog_rid" in content["@components"]:
content["rid"] = content["@components"]["catalog_rid"]
else:
pass
return content

0 comments on commit 9ddbc37

Please sign in to comment.