adamchainz / apig-wsgi

Wrap a WSGI application in an AWS Lambda handler function for running on API Gateway or an ALB.
MIT License
161 stars 21 forks source link

Use isort to sort imports #481

Closed adamchainz closed 9 months ago

adamchainz commented 9 months ago

Switching because reorder-python-imports is incompatible with Black 24: https://github.com/asottile/reorder-python-imports/issues/366 / https://github.com/psf/black/issues/4175 .