Fix lint issues
Compare changes
- Daniel Silverstone authored
The lint tool dislikes the use of `if len(SEQ) == 0` type statements because nominally `len(SEQ)` may be more expensive than `bool(SEQ)`. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>