diff --git a/splunk_add_on_ucc_framework/install_python_libraries.py b/splunk_add_on_ucc_framework/install_python_libraries.py index d0c3bbcfd..3904b682d 100644 --- a/splunk_add_on_ucc_framework/install_python_libraries.py +++ b/splunk_add_on_ucc_framework/install_python_libraries.py @@ -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}")