push
github
Fixed same-name imports from wrong package (#411) * Fixed same-name imports from wrong package * Revert "Fixed same-name imports from wrong package" This reverts commit b181bd789. * Use render_python_column_type in SQLModelGenerator * Use stdlib-list instead of sys.stdlib_module_names * Update dependencies * Use sys.stdlib_module_names for Python 3.10 or newer * Use ClassVar instead of getter * Use utility instead of ClassVar * Fix indentation in pyproject.toml * Update src/sqlacodegen/generators.py Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi> * PR Fixes * Update CHANGES.rst --------- Co-authored-by: Idan Sheinberg <ishinberg0@gmail.com> Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
32 of 32 new or added lines in 3 files covered. (100.0%)
1 existing line in 1 file now uncovered.1421 of 1455 relevant lines covered (97.66%)
4.87 hits per line