Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 2, 2023
1 parent c2f62c1 commit 6bfa4f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ def subp_exec(
return stdout, stderr, proc.returncode


def test_args_expansion(
pth=None, cmd=None, appendix=list(), dry=True
) -> List[str]:
def test_args_expansion(pth=None, cmd=None, appendix=list(), dry=True) -> 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 6bfa4f9

Please sign in to comment.