Skip to content

Commit

Permalink
test: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoral-splunk committed Oct 14, 2024
1 parent 4ab520f commit 70bf755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/install_python_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _subprocess_run(
command: str,
command_desc: Optional[str] = None,
env: Optional[Dict[str, str]] = None,
) -> subprocess.CompletedProcess[bytes]:
) -> "subprocess.CompletedProcess[bytes]":
command_desc = command_desc or command
try:
logger.info(f"Executing: {command}")
Expand Down

0 comments on commit 70bf755

Please sign in to comment.