From a89d4f1901bfd43ae160cae9c6e946001eb3550a Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 21 May 2021 11:02:51 +0200 Subject: [PATCH] Fixed line too long --- stats.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.