mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +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
|
||||
|
||||
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.widgets: Dict[tk.Widget | tk.BitmapImage, Set] = {}
|
||||
self.widgets_pair: List = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user