Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong committed Aug 24, 2018
1 parent cdb41a1 commit 941f228
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lagom/base_algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ def __call__(self, config):
Args:
config (OrderedDict): dictionary of configurations
Returns:
result: object
result of the execution. If no need to return anything, then an ``None`` should be returned.
Returns
-------
result : object
result of the execution. If no need to return anything, then an ``None`` should be returned.
result2: int
test
"""
raise NotImplementedError

0 comments on commit 941f228

Please sign in to comment.