ine-labs / AWSGoat

AWSGoat : A Damn Vulnerable AWS Infrastructure
MIT License
1.67k stars 983 forks source link

Use isort to sort the imported modules on lambda function #47

Closed za closed 1 month ago

za commented 6 months ago

Hopefully this will make the Python code more readable as we have standardized sort when importing modules.

isort: https://pycqa.github.io/isort/

za commented 6 months ago

Hi @nishantsharmax any comment on this PR? It's only a code style changes.