Clean up code

This commit is contained in:
Reinier Criel 2025-10-28 09:45:24 -07:00
parent 684edd27a2
commit ccd59a2f17
4 changed files with 0 additions and 4 deletions

View file

@ -74,7 +74,6 @@ function python() {
if [[ "$1" == "-m" && "$2" == pip* ]]; then
local mod="$2"
shift 2
# python -m pip → aikido-pip, python -m pip3 → aikido-pip3
if [[ "$mod" == "pip3" ]]; then
wrapSafeChainCommand "pip3" "aikido-pip3" "$@"
else