Skip to content

Commit 370de53

Browse files
[Penify]: Documentation for commit - ea03621
1 parent 296f9c4 commit 370de53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fix_agi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
def add_docstrings(content):
55
# Add module docstring if missing
6+
"""Add missing module and class/method/function docstrings to the content."""
67
if not content.startswith('"""'):
78
content = '"""\nAGI Pipeline Legacy Module.\n"""\n' + content
89

0 commit comments

Comments
 (0)