erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.83k stars 516 forks source link

Apply isort to sort all imports #403

Closed j-t-1 closed 1 month ago

j-t-1 commented 1 month ago

isort sorts imports alphabetically and automatically separates into sections and by type.