mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
theme.py: Minor typing fix
This commit is contained in:
parent
36bd08d715
commit
777b38e179
2
theme.py
2
theme.py
@ -131,7 +131,7 @@ class _Theme(object):
|
|||||||
THEME_TRANSPARENT = 2
|
THEME_TRANSPARENT = 2
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.active = None # Starts out with no theme
|
self.active: int | None = None # Starts out with no theme
|
||||||
self.minwidth: Optional[int] = None
|
self.minwidth: Optional[int] = None
|
||||||
self.widgets: Dict[tk.Widget | tk.BitmapImage, Set] = {}
|
self.widgets: Dict[tk.Widget | tk.BitmapImage, Set] = {}
|
||||||
self.widgets_pair: List = []
|
self.widgets_pair: List = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user