Re: [libvirt] [PATCH sandbox-image 2/9] pylint: Move standard library imports on top

2018-04-19 Thread Cedric Bosdonnat
On Wed, 2018-04-18 at 21:57 +0100, Radostin Stoyanov wrote: > Following PEP8 [1], imports should be grouped in the following order: > > standard library imports > related third party imports > local application/library specific imports > > With a blank line between each group of

[libvirt] [PATCH sandbox-image 2/9] pylint: Move standard library imports on top

2018-04-18 Thread Radostin Stoyanov
Following PEP8 [1], imports should be grouped in the following order: standard library imports related third party imports local application/library specific imports With a blank line between each group of imports. [1] https://www.python.org/dev/peps/pep-0008/#imports