diff --git a/src/utils/shell.py b/src/utils/shell.py index 1bc9a9a..3cc0c7f 100644 --- a/src/utils/shell.py +++ b/src/utils/shell.py @@ -1,5 +1,4 @@ import subprocess -import click def run_shell_command(command: str): """Runs a shell command and returns its stdout, stderr, and return code."""