mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add some missing type hints to tkinter (#6359)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ class LoadFileDialog(FileDialog):
|
||||
|
||||
class SaveFileDialog(FileDialog):
|
||||
title: str
|
||||
def ok_command(self): ...
|
||||
def ok_command(self) -> None: ...
|
||||
|
||||
class _Dialog(commondialog.Dialog): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user