Removes any `None` values from the input dictionary `d` and returns a new dictionary with only non-`None` values. Args: d (dict): The input dictionary to clean. Returns: dict: A new dictionary with only non-`None` values from the input dictionary.
(d: dict)
source not stored for this graph (policy: none)
no outgoing calls