Fix minor typing

This commit is contained in:
DevilXD
2022-01-07 17:33:04 +01:00
parent 12da851800
commit cd71f676ca

2
gui.py
View File

@@ -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,
):