From cddef04ae82729b23297bc499f4a68e61eb1ac53 2020-01-31 20:49:03 From: Eric Wieser Date: 2020-01-31 20:49:03 Subject: [PATCH] Update IPython/lib/pretty.py --- diff --git a/IPython/lib/pretty.py b/IPython/lib/pretty.py index 7c3bffe..50cec70 100644 --- a/IPython/lib/pretty.py +++ b/IPython/lib/pretty.py @@ -206,7 +206,7 @@ class PrettyPrinter(_PrettyPrinterBase): self.output_width = x.output(self.output, self.output_width) self.buffer_width -= x.width - def _break_outer_groups(self, force=): + def _break_outer_groups(self): while self.max_width < self.output_width + self.buffer_width: group = self.group_queue.deq() if not group: