Skip to content

Commit

Permalink
two small pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Dec 22, 2016
1 parent 0ac1e5f commit 408e43e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sacred/host_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@


class IgnoreHostInfo(Exception):

"""Used by host_info_getters to signal that this cannot be gathered."""


Expand Down
2 changes: 1 addition & 1 deletion sacred/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def add_artifact(self, filename, name=None):
self._emit_artifact_added(name, filename)

def __call__(self, *args):
"""Start this run.
r"""Start this run.
Parameters
----------
Expand Down

0 comments on commit 408e43e

Please sign in to comment.