Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Sep 2, 2024
1 parent e7646ad commit 3beff6d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions benchmarks/sql/bench/views/structured/superhero.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ def filter_by_missing_weight(self) -> ColumnElement:
def filter_by_weight_kg(self, weight_kg: int) -> ColumnElement:
"""
Filters the view by the weight of the superhero.
Args:
weight_kg: The weight of the superhero.
Returns:
The filter condition.
"""
return Superhero.weight_kg == weight_kg

Expand Down

0 comments on commit 3beff6d

Please sign in to comment.