pylint-errors
W9014 (missing-yield-type-doc)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Please document the type yielded by this method.
Related resources:
Issue Tracker