Skip to content

Commit

Permalink
fix: An implementation for an overloaded function is not allowed in a…
Browse files Browse the repository at this point in the history
… stub file

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Jun 6, 2024
1 parent 4b32296 commit 8f404d9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions typings/sublime.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -297,16 +297,6 @@ def open_dialog(
directory: None | str = None,
multi_select: bool = False,
allow_folders: bool = False,
) -> None:
...


def open_dialog(
callback: Callable[[None | str | Sequence[str]], None],
file_types: Sequence[Tuple[str, Sequence[str]]] = [],
directory: None | str = None,
multi_select: bool = False,
allow_folders: bool = False,
) -> None:
"""
Presents the user with a file dialog for the purpose of opening a file,
Expand Down

0 comments on commit 8f404d9

Please sign in to comment.