| Direktori : /usr/lib64/python3.12/lib2to3/fixes/__pycache__/ |
| Current File : //usr/lib64/python3.12/lib2to3/fixes/__pycache__/fix_future.cpython-312.opt-1.pyc |
�
T��h# � �J � d Z ddlmZ ddlmZ G d� dej
� Zy)zVRemove __future__ imports
from __future__ import foo is replaced with an empty line.
� )�
fixer_base)� BlankLinec � � e Zd ZdZdZdZd� Zy)� FixFutureTz;import_from< 'from' module_name="__future__" 'import' any >�
c �<