deps: Remove a redundant `deactivate`.

This has no effect except on the running shell; so at the end
of a script, it has no meaningful effect at all.
This commit is contained in:
Greg Price 2017-09-14 15:57:42 -07:00 committed by Tim Abbott
parent b362e21ebb
commit a171f23d63
1 changed files with 0 additions and 2 deletions

View File

@ -18,5 +18,3 @@ sed -i 's/-e //' requirements/prod_lock.txt requirements/dev_lock.txt
# pip-tools bug; future, futures are obsolete in python3
sed -i '/futures==/d' requirements/prod_lock.txt requirements/dev_lock.txt
sed -i '/future==/d' requirements/prod_lock.txt requirements/dev_lock.txt
deactivate