Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
482 stars 219 forks source link

PEP8 Sorted Imports #132

Closed fartzy closed 1 year ago

fartzy commented 1 year ago

Sorted the imports as in PEP8 standard. https://peps.python.org/pep-0008/#imports

This makes the import lists a little easier to follow - and its the standard some people are used to.

I used the isort config but I didn't include the .isort.cfg because people might not want to use that one going forward.

sfc-gh-jhansen commented 1 year ago

Taken care of in version 3.5.0, which has been published to PyPI