hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

import each module on a separate line, remove unused modules (sys/io) #30

Closed DustinAlandzes closed 3 years ago

DustinAlandzes commented 3 years ago

https://www.python.org/dev/peps/pep-0008/#imports

Imports should usually be on separate lines: