1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

Fixed line too long

This commit is contained in:
A_D 2021-05-21 11:02:51 +02:00
parent e68494035e
commit a89d4f1901
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -426,7 +426,9 @@ class StatsResults(tk.Toplevel):
"""Add a spacer to the page.""" """Add a spacer to the page."""
self.addpagerow(parent, ['']) 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. Add a single row to parent.