mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
Fixed line too long
This commit is contained in:
parent
e68494035e
commit
a89d4f1901
4
stats.py
4
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user