python/kubernetes/utils
Oz N Tiram 139848efcb 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.
2019-04-09 23:42:01 +02:00
..
__init__.py Relax pycodestyle: import only allowed at the top 2019-04-09 23:42:01 +02:00
create_from_yaml.py Relax pycodestyle: import only allowed at the top 2019-04-09 23:42:01 +02:00