Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax pycodestyle: import only allowed at the top
While this is a really good convention, sometimes one must import stuff inside a try except block. This block is still at the top, but pycodestyle treats like it isn't, because it's in an idented block, and the outeer scope.
- Loading branch information