diff --git a/install-with-conda.py b/install-with-conda.py index a30d8852a..3a23e09b9 100644 --- a/install-with-conda.py +++ b/install-with-conda.py @@ -21,7 +21,6 @@ ADD_CHANNELS = True # You should not need to modify the rest of the script below. import os -import tempfile def run(command): r = os.system(command)