Skip to content

Commit

Permalink
Update ipython, hide run_immediately in schedule dict
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mo committed Dec 7, 2022
1 parent 3ee1a21 commit efea91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ greenlet==1.1.3.post0
idna==2.10
ipaddress==1.0.23
ipdb==0.13.9
ipython==7.34.0
ipython==8.7.0
ipython-genutils==0.2.0
iso8601==0.1.16
jedi==0.18.1
Expand Down
1 change: 0 additions & 1 deletion src/mist/api/schedules/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def as_dict(self):
'start_after': str(self.start_after or ''),
'task_enabled': self.task_enabled,
'active': self.enabled,
'run_immediately': self.run_immediately or '',
'last_run_at': last_run,
'total_run_count': self.total_run_count,
'max_run_count': self.max_run_count,
Expand Down

0 comments on commit efea91a

Please sign in to comment.