Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbull committed Nov 19, 2024
1 parent e23ec32 commit 6df03e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/storage/sqlite_zip/orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _get_projectable_entity(

@staticmethod
def get_filter_expr_from_jsonb(
operator: str, value, attr_key: List[str], column=None, column_name=None, alias=None, negation=None
operator: str, value, attr_key: List[str], column=None, column_name=None, alias=None
):
"""Return a filter expression.
Expand Down

0 comments on commit 6df03e3

Please sign in to comment.