Skip to content

Commit

Permalink
remove job assert (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelwi authored Jan 5, 2024
1 parent 4c3b40f commit 1d4bd09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sisyphus/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def __call__(cls, *args, **kwargs):
else:
# create new object
job = super(Job, cls).__new__(cls)
assert isinstance(job, Job)
job._sis_tags = tags

# store _sis_id
Expand Down

0 comments on commit 1d4bd09

Please sign in to comment.