Fix double indentation in _PrettyPrinterBase.group()....
Fix double indentation in _PrettyPrinterBase.group().
_PrettyPrinterBase.group() was increasing the indentation twice
(once in the call to begin_group() and once in the call to indent()).
Fixed by removing the call to indent().