Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jul 19, 2024
1 parent 3bddff2 commit 780be86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class SearchTassonomieGet(Service):
def reply(self):
index = self.request.form.get("type", "")
value = self.request.form.get("value", "")
portal_type = self.request.form.get("portal_type", "")

if not index:
raise BadRequest(
Expand Down

0 comments on commit 780be86

Please sign in to comment.