From c2f62c1f8c6d3fee577b671bdb93f3852be724d6 Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Wed, 2 Aug 2023 15:32:53 -0400 Subject: [PATCH] Change return type. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index a2d2a9875..b59becc96 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -101,7 +101,7 @@ def subp_exec( def test_args_expansion( pth=None, cmd=None, appendix=list(), dry=True -) -> Tuple[bytes, bytes, int]: +) -> List[str]: """ This function takes a path, command, extra argument list and creates a list of strings to pass to looper.main() as test_args.