Skip to content

Commit 470914c

Browse files
committed
Add a comment about ws_comma fixer
1 parent b3beb0d commit 470914c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libfuturize/fixes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'lib2to3.fixes.fix_throw',
3434
'lib2to3.fixes.fix_tuple_params',
3535
'lib2to3.fixes.fix_types',
36-
'lib2to3.fixes.fix_ws_comma',
36+
'lib2to3.fixes.fix_ws_comma', # can perhaps decrease readability: see issue #58
3737
'lib2to3.fixes.fix_xreadlines',
3838
])
3939

0 commit comments

Comments
 (0)