diff --git a/stats.py b/stats.py index 3cc1c593..704e4703 100644 --- a/stats.py +++ b/stats.py @@ -426,7 +426,9 @@ class StatsResults(tk.Toplevel): """Add a spacer to the page.""" self.addpagerow(parent, ['']) - def addpagerow(self, parent: tk.Frame, content: Sequence[str], align: Optional[str] = None, with_copy: bool = False): + def addpagerow( + self, parent: tk.Frame, content: Sequence[str], align: Optional[str] = None, with_copy: bool = False + ): """ Add a single row to parent.