mirror of https://github.com/zulip/zulip.git
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:
parent
b362e21ebb
commit
a171f23d63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue