Skip to content

Commit 8df5939

Browse files
committed
chore(mypy): Add typings for cli/load
1 parent 729ae23 commit 8df5939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/cli/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def load_plugins(session_config: t.Dict[str, t.Any]) -> t.List[t.Any]:
153153
return plugins
154154

155155

156-
def _reattach(builder: WorkspaceBuilder):
156+
def _reattach(builder: WorkspaceBuilder) -> None:
157157
"""
158158
Reattach session (depending on env being inside tmux already or not)
159159

0 commit comments

Comments
 (0)