mirror of
https://github.com/python/cpython.git
synced 2025-11-06 00:22:07 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
from lib2to3.fixer_base import BaseFix
|
||
|
|
|
||
|
|
class FixBadOrder(BaseFix):
|
||
|
|
|
||
|
|
order = "crazy"
|