Skip to content

Commit

Permalink
docs(workflow): updated some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2022
1 parent b549aa7 commit f6d6899
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions chime_frb_api/workflow/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ class Work:
"""The Work Object.
Example:
>>> from chime_frb_api.workflow.work import Work
>>> work = Work(pipeline="test",)
>>> work.deposit()
```python
from chime_frb_api.workflow.work import Work
work = Work(
pipeline="test",
)
work.deposit()
```
Args:
pipeline (str): Pipeline name. Required.
Expand Down

0 comments on commit f6d6899

Please sign in to comment.