forked from pharmbio/sciluigi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored docstrings to obey to PEP. Patch for pharmbio#56
- Loading branch information
Luca Venturini
authored and
Luca Venturini
committed
May 22, 2018
1 parent
a98161d
commit ec77d2f
Showing
9 changed files
with
221 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
''' | ||
""" | ||
This module contains a sciluigi subclass of luigi's Parameter, where | ||
custom functionality might be added in the future. | ||
''' | ||
""" | ||
|
||
import luigi | ||
|
||
|
||
class Parameter(luigi.Parameter): | ||
''' | ||
""" | ||
Subclass of luigi's Parameter, where custom functionality might be added in the future. | ||
''' | ||
""" | ||
pass |
Oops, something went wrong.