Open
Description
Hi, just another small feedback on your great plugin.
I haven't found any official guideline for what to put in a docstring when no explicit return statement is found,
but this stackoverflow question suggests it should be like this:
"""Prints the element given as input
Args:
x: any element
Returns:
None
"""
Do you think this is something you could/would like to implement?