Skip to content

Commit

Permalink
remove job assert
Browse files Browse the repository at this point in the history
  • Loading branch information
michelwi committed Jan 3, 2024
1 parent 4c3b40f commit 4d69ca4
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 4d69ca4

Please sign in to comment.