mirror of
https://github.com/python/cpython.git
synced 2026-03-03 19:40:51 +00:00
5 lines
89 B
Python
5 lines
89 B
Python
from lib2to3.fixer_base import BaseFix
|
|
|
|
class FixBadOrder(BaseFix):
|
|
|
|
order = "crazy"
|