tenxstudio / devtale

Document your code repositories with LLMs
MIT License
23 stars 7 forks source link

Fix python aggregator #62

Closed betogaona7 closed 1 year ago

betogaona7 commented 1 year ago

JSON docstrings were not being correctly fused in python, some functions were missing due to an issue transversing the code. Also, there was an indentation issue for classes caused by empty following lines. The PR also normalizes the identation by removing the one added by GPT