
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
U
    ,a#                     @   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	   =/opt/alt/python38/lib64/python3.8/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   