# pylint: disable=missing-module-docstring, missing-function-docstring

def test():
    variable = ''
    variable2 = None
    return variable2
