use-implicit-booleaness-not-comparison / C1803#

Message emitted:

'%s' can be simplified to '%s' as an empty sequence is falsey

Description:

Used when Pylint detects that collection literal comparison is being used to check for emptiness; Use implicit booleaness insteadof a collection classes; empty collections are considered as false

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Created by the refactoring checker.