Skip to content

v0.1.3.8

Latest
Compare
Choose a tag to compare
@allenanie allenanie released this 23 Mar 01:16
· 5 commits to main since this release

This is a light update from v0.1.3.6. In this update, we fixed the line continuation error by adding the Python code formatting library Black. #45

In addition, if the code update suggestion contains no method body (i.e., not even the function signature is present), then the update is silently ignored: updated by @chinganc