U
    kufä  ã                   @  s4   d Z ddlmZ G dd„ deƒZG dd„ deƒZdS )z+
Warnings that can be emitted by nbformat.
é    )Úannotationsc                   @  s   e Zd ZdZdS )ÚMissingIDFieldWarninga  

    This warning is emitted in the validation step of nbformat as we used to
    mutate the structure which is cause signature issues.

    This will be turned into an error at later point.

    We subclass FutureWarning as we will change the behavior in the future.

    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r	   r	   ú5/tmp/pip-unpacked-wheel-zj9qk9v2/nbformat/warnings.pyr      s   r   c                   @  s   e Zd ZdZdS )ÚDuplicateCellIda  

    This warning is emitted in the validation step of nbformat as we used to
    mutate the structure which is cause signature issues.

    This will be turned into an error at later point.

    We subclass FutureWarning as we will change the behavior in the future.
    Nr   r	   r	   r	   r
   r      s   r   N)r   Ú
__future__r   ÚFutureWarningr   r   r	   r	   r	   r
   Ú<module>   s   