Fix lint issues
Compare changes
- Daniel Silverstone authored
The imports of `stat` and `S_ISDIR` from `stat` should be grouped to satisfy pylint. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
+ 1
− 1
There are a large number of pylint related issues raised by newer pylint versions. This MR attempts to address them.
In order to make it easier to deal with adding/removing changes, there are a large number of commits in this MR, though they may be partially squashed together toward the end of things.
In addition, there's one or two minor bugs which show up as part of the linting effort. These are also corrected here.
The imports of `stat` and `S_ISDIR` from `stat` should be grouped to
satisfy pylint.
Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>