GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

chore: update lint job to use `isort` #201

Closed jackwotherspoon closed 7 months ago

jackwotherspoon commented 7 months ago

Switching to isort over flake8-import-order as it is better to use a sorter then using the sorting check of a linter.