pylint complains: ``` ubuntutools/sponsor_patch/sponsor_patch.py:243:45: E0606: Possibly using variable 'task' before assignment (possibly-used-before-assignment) ``` Drop the `len(ubuntu_tasks) > 1` check and rely on being the else case.