Skip to content

Commit

Permalink
Update rq/local.py
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehonles authored Sep 3, 2024
1 parent 837f304 commit 72491c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rq/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def __iter__(self):
return iter(self._get_current_object())

def __contains__(self, obj):
obj in self._get_current_object()
return obj in self._get_current_object()

def __add__(self, other):
return self._get_current_object() + other
Expand Down

0 comments on commit 72491c7

Please sign in to comment.