Skip to content

Commit

Permalink
Change return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 2, 2023
1 parent 9d153c0 commit c2f62c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c2f62c1

Please sign in to comment.