Skip to content

Commit

Permalink
Fix subscriptable type
Browse files Browse the repository at this point in the history
Signed-off-by: Partho Sarthi <[email protected]>
  • Loading branch information
parthosa committed Oct 25, 2023
1 parent 5acb1d0 commit f06f3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_tools/src/spark_rapids_pytools/cloud_api/sp_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def validate_env(self):
self._handle_inconsistent_configurations(incorrect_envs)

def run_sys_cmd(self,
cmd: Union[str, list[str]],
cmd: Union[str, list],
cmd_input: str = None,
fail_ok: bool = False,
env_vars: dict = None) -> str:
Expand Down

0 comments on commit f06f3d3

Please sign in to comment.