a
    ù!f  ã                   @   s6   d dl mZ eƒ Zeeef eeef dœdd„ZdS )é    )ÚDict)ÚdÚreturnc                 C   s   dd„ |   ¡ D ƒS )zx
    Remove unset values from a dict.

    :param d: A dict to strip.
    :return A dict with unset values removed.
    c                 S   s   i | ]\}}|t kr||“qS © )Úunset)Ú.0ÚkÚvr   r   úS/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/base/values.pyÚ
<dictcomp>   ó    zof.<locals>.<dictcomp>)Úitems)r   r   r   r
   Úof   s    r   N)Útypingr   Úobjectr   Ústrr   r   r   r   r
   Ú<module>   s   