Skip to content

Commit 7415da4

Browse files
committed
chore(mypy): Typings for cli/edit
1 parent 1d310ed commit 7415da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tmuxp/cli/edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def create_edit_subparser(
2222
def command_edit(
2323
workspace_file: t.Union[str, pathlib.Path],
2424
parser: t.Optional[argparse.ArgumentParser] = None,
25-
):
25+
) -> None:
2626
workspace_file = find_workspace_file(workspace_file)
2727

2828
sys_editor = os.environ.get("EDITOR", "vim")

0 commit comments

Comments
 (0)