Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the return type of run_command from CompletedProcess[str] to CompletedProcess. This was done to remove unnecessary type specificity and ensure compatibility with different Python versions. The update maintains functionality and improves code readability.
- Loading branch information