Skip to content

Commit

Permalink
test cov is now 100 percent
Browse files Browse the repository at this point in the history
Signed-off-by: mahdihaghverdi <[email protected]>
  • Loading branch information
mahdihaghverdi committed Nov 5, 2023
1 parent 2ab7367 commit e08ca86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aggify/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ def compile_match(self, operator: str, value, field: str):
}
else:
self.match_query[field] = {Operators.ALL_OPERATORS[operator]: value}
else:
# Default behavior
self.match_query[field] = {
Operators.ALL_OPERATORS.get(operator, operator): value
}

return self.match_query

Expand Down

0 comments on commit e08ca86

Please sign in to comment.