holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
214 stars 121 forks source link

Apply isort #209

Closed DimitriPapadopoulos closed 11 months ago

DimitriPapadopoulos commented 1 year ago

Not that I necessarily agree with all isort choices, but the result is consistent and readable imports

skjerns commented 11 months ago

I think that's a good idea - would you be willing to update this for the current master branch?

DimitriPapadopoulos commented 11 months ago

Done. This time I actually ran ruff check --select I001 --fix instead of isort.