if input() == '': pass
if len(input()): pass
Used when Pylint detects comparison to an empty string constant.