Re: [PATCH 3/4] migrate-bitmaps-test: Fix pylint warnings

2021-03-30 Thread Vladimir Sementsov-Ogievskiy
29.03.2021 16:26, Max Reitz wrote: There are a couple of things pylint takes issue with: - The "time" import is unused - The import order (iotests should come last) - get_bitmap_hash() doesn't use @self and so should be a function - Semicolons at the end of some lines Wow that's funny :) My

Re: [PATCH 3/4] migrate-bitmaps-test: Fix pylint warnings

2021-03-29 Thread Willian Rampazzo
On Mon, Mar 29, 2021 at 10:28 AM Max Reitz wrote: > > There are a couple of things pylint takes issue with: > - The "time" import is unused > - The import order (iotests should come last) > - get_bitmap_hash() doesn't use @self and so should be a function > - Semicolons at the end of some lines >

[PATCH 3/4] migrate-bitmaps-test: Fix pylint warnings

2021-03-29 Thread Max Reitz
There are a couple of things pylint takes issue with: - The "time" import is unused - The import order (iotests should come last) - get_bitmap_hash() doesn't use @self and so should be a function - Semicolons at the end of some lines - Parentheses after "if" - Some lines are too long (80