B
    Ç S]#  ã               @   s2   d Z ddlmZ ddlmZ G dd„ dejƒZdS )zVRemove __future__ imports

from __future__ import foo is replaced with an empty line.
é   )Ú
fixer_base)Ú	BlankLinec               @   s    e Zd ZdZdZdZdd„ ZdS )Ú	FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >é
   c             C   s   t ƒ }|j|_|S )N)r   Úprefix)ÚselfZnodeZresultsÚnew© r	   ú)lib/python3.7/lib2to3/fixes/fix_future.pyÚ	transform   s    zFixFuture.transformN)Ú__name__Ú
__module__Ú__qualname__ZBM_compatibleZPATTERNZ	run_orderr   r	   r	   r	   r
   r      s   r   N)Ú__doc__Ú r   Z
fixer_utilr   ZBaseFixr   r	   r	   r	   r
   Ú<module>   s   