Skip to content

Commit

Permalink
Fix pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cbkerr committed Jan 31, 2024
1 parent 28336e7 commit 297e85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signac/filterparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def parse_filter_arg(args):

def _add_prefix(filter):
"""Add prefix "sp." to a (possibly nested) filter."""

# Logical operators ($and, $or, $not) should not be prefixed, but their values should.
for key, value in filter.items():
if key in ("$and", "$or"):
Expand Down

0 comments on commit 297e85b

Please sign in to comment.