##// END OF EJS Templates
remove erroneous trailing comma in lib.pretty...
MinRK -
Show More
@@ -668,7 +668,7 b' _type_pprinters = {'
668
668
669 try:
669 try:
670 _type_pprinters[types.DictProxyType] = _dict_pprinter_factory('<dictproxy {', '}>')
670 _type_pprinters[types.DictProxyType] = _dict_pprinter_factory('<dictproxy {', '}>')
671 _type_pprinters[types.ClassType] = _type_pprint,
671 _type_pprinters[types.ClassType] = _type_pprint
672 except AttributeError: # Python 3
672 except AttributeError: # Python 3
673 pass
673 pass
674
674
General Comments 0
You need to be logged in to leave comments. Login now