Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luisa-beerboom committed Nov 22, 2023
1 parent b1acb64 commit 94c77aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openslides_backend/action/actions/motion/json_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ def validate_entry(self, entry: Dict[str, Any]) -> Dict[str, Any]:
if id_ and set_entry_id:
entry["id"] = id_

# TODO: Currently doesn't recognize pre-existing tags
if (
(text := entry.get("text"))
and isinstance(text, str)
Expand Down

0 comments on commit 94c77aa

Please sign in to comment.