Hacker News new | ask | show | jobs
by Ensorceled 3708 days ago
You commented on the import ordering so clearly that's what I'm commenting on.

Not following the PEP standard for python import ordering can cause issues like circular imports or monkey patching not working properly.