Reports backslashes in places where line continuation is implicit inside (), [], and {}.

Example:


a = ('first', \
     'second', 'third')

When the quick-fix is applied, the redundant backslash is deleted.