offscale / cdd-python

Open API to/fro routes, models, and tests. Convert between docstrings, classes, methods, argparse, SQLalchemy, Pydantic, JSON-schema.
https://compilers.com.au
Apache License 2.0
13 stars 5 forks source link

Fix to_code: Swap behavior based on PY_GTE_3_9 #4

Closed skushnir123 closed 1 year ago

skushnir123 commented 1 year ago

Original Code imported unparse from ast when python_version was NOT 3.9, when it should have been the opposite as the unparse function was introduced in Python 3.9.