diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_repr.py')
-rw-r--r-- | Lib/lib2to3/fixes/fix_repr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lib2to3/fixes/fix_repr.py b/Lib/lib2to3/fixes/fix_repr.py index 7ddd096..1150bb8 100644 --- a/Lib/lib2to3/fixes/fix_repr.py +++ b/Lib/lib2to3/fixes/fix_repr.py @@ -10,6 +10,7 @@ from ..fixer_util import Call, Name, parenthesize class FixRepr(fixer_base.BaseFix): + BM_compatible = True PATTERN = """ atom < '`' expr=any '`' > """ |