We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296f9c4 commit 370de53Copy full SHA for 370de53
1 file changed
fix_agi.py
@@ -3,6 +3,7 @@
3
4
def add_docstrings(content):
5
# Add module docstring if missing
6
+ """Add missing module and class/method/function docstrings to the content."""
7
if not content.startswith('"""'):
8
content = '"""\nAGI Pipeline Legacy Module.\n"""\n' + content
9
0 commit comments