Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Feb 12, 2024
1 parent ba7033c commit 51411f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/phub/objects/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ def __contains__(self, query: Self) -> bool:
assert len(query.value) == 1, f'{query} must be an un-modified Param constant to be compared.'

item_key, item_values = list(query.value.items()).copy()[0]

item_values = item_values.copy()

item_value = item_values.pop()

for key, values in self.value.items():
Expand Down

0 comments on commit 51411f9

Please sign in to comment.