Skip to content

Commit

Permalink
Post-rebase tweakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Sep 4, 2023
1 parent af0bdc1 commit db03e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cylc/flow/cycling/nocycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ def get_first_point(self, point):
"""First point is the only point"""
return self.point

def get_start_point(self, point):
"""First point is the only point"""
return self.point

def get_next_point(self, point):
"""There is no next point"""
return None
Expand Down

0 comments on commit db03e50

Please sign in to comment.