Skip to content

Commit

Permalink
docstrings to numpy standard
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge authored Jul 4, 2024
1 parent de7f7b9 commit 73d9928
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions regolith/helpers/l_todohelper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper for listing the to-do tasks.
Tasks are gathered from people.yml, milestones, and group meeting actions."""

import datetime as dt
Expand Down Expand Up @@ -91,6 +92,7 @@ def subparser(subpi):

class TodoListerHelper(SoutHelperBase):
"""Helper for listing the to-do tasks.
Tasks are gathered from people.yml, milestones, and group meeting actions."""

# btype must be the same as helper target in helper.py
Expand Down Expand Up @@ -232,8 +234,7 @@ def sout(self):


def _format_todos(todo, today):
"""
datify dates, set orders etc and update to-do items in place
"""datify dates, set orders etc and update to-do items in place
Parameters
----------
Expand Down

0 comments on commit 73d9928

Please sign in to comment.