Skip to content

Commit 37d6468

Browse files
committed
MAINT: Append comma to last item tools/py3tool.py skipped fixers.
Makes it easier to put in the next fixer.
1 parent 8d48c8f commit 37d6468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/py3tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'xrange',
8080
'import',
8181
'imports',
82-
'imports2'
82+
'imports2',
8383
]
8484

8585
skip_fixes= []

0 commit comments

Comments
 (0)