"""Nicht genutzte Variable.
"""


def add(arg1, arg2):
    """Add two objects.
    """
    unused = 5
    return arg1 + arg2