Add a bunch of missing python docstrings.
This appeases pylint, so un-disable its docstring warning.
This commit is contained in:
parent
39e017869d
commit
29f939013e
23 changed files with 89 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"""redo-stamp: tell redo to use a checksum when considering this target."""
|
||||
import sys, os
|
||||
from . import env, logs, state
|
||||
from .logs import debug2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue