From cd71f676ca0636fbbf44af46cdaba7d7c7c7abee Mon Sep 17 00:00:00 2001 From: DevilXD Date: Fri, 7 Jan 2022 17:33:04 +0100 Subject: [PATCH] Fix minor typing --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 668ec05..8c38de7 100644 --- a/gui.py +++ b/gui.py @@ -551,7 +551,7 @@ class ChannelList: cid: str, name: str, *, - anchor: str = "center", + anchor: tk._Anchor = "center", width: Optional[int] = None, width_template: Optional[str] = None, ):