Skip to content

Commit d4c7df5

Browse files
committed
chore(mypy): Typings for test_finder
1 parent 7b39602 commit d4c7df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workspace/test_finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def config_cmd(workspace_file: str) -> None:
257257

258258
project_config = projectdir / ".tmuxp.yaml"
259259

260-
def check_cmd(config_arg) -> "_pytest.capture.CaptureResult":
260+
def check_cmd(config_arg: str) -> "_pytest.capture.CaptureResult[str]":
261261
args = parser.parse_args([config_arg])
262262
config_cmd(workspace_file=args.workspace_file)
263263
return capsys.readouterr()

0 commit comments

Comments
 (0)