Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock committed Jul 31, 2024
1 parent adb3a8a commit 1c79615
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/unit/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ def mock_subprocess_run(
*args: The positional arguments.
**kwargs: The keyword arguments.
Raises:
subprocess.CalledProcessError: For the venv command
Returns:
The completed process.
Expand Down Expand Up @@ -513,11 +511,9 @@ def mock_subprocess_run(
"""Mock the subprocess.run function.
Args:
args: The positional arguments.
kwargs: The keyword arguments.
*args: The positional arguments.
**kwargs: The keyword arguments.
Raises:
subprocess.CalledProcessError: For the get_paths command
Returns:
The completed process.
Expand Down Expand Up @@ -566,8 +562,6 @@ def mock_subprocess_run(
*args: The positional arguments.
**kwargs: The keyword arguments.
Raises:
subprocess.CalledProcessError: For the sysconfig command
Returns:
The completed process.
Expand Down

0 comments on commit 1c79615

Please sign in to comment.