more on python type hint

This commit is contained in:
Huy Pham 2020-01-13 15:31:41 -08:00
parent eb5f2c5648
commit b9b8e3a5f1
32 changed files with 185 additions and 48 deletions

View file

@ -9,7 +9,7 @@ from core.gui.themes import Styles
class StatusBar(ttk.Frame):
def __init__(self, master, app, **kwargs):
def __init__(self, master: tk.Widget, app, **kwargs):
super().__init__(master, **kwargs)
self.app = app
self.status = None