
    ZQd#                     H    d Z ddlmZ ddlmZ  G d dej                  ZdS )zVRemove __future__ imports

from __future__ import foo is replaced with an empty line.
   )
fixer_base)	BlankLinec                        e Zd ZdZdZdZd ZdS )	FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >
   c                 :    t                      }|j        |_        |S )N)r   prefix)selfnoderesultsnews       //usr/lib/python3.11/lib2to3/fixes/fix_future.py	transformzFixFuture.transform   s    kk[

    N)__name__
__module____qualname__BM_compatiblePATTERN	run_orderr    r   r   r   r      s4        MOG I    r   r   N)__doc__ r   
fixer_utilr   BaseFixr   r   r   r   <module>r      sl           " " " " " "    
"     r   