From 75e8d54c2717dfc1fea38da3e03a27c1ccf2241e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 18 Jul 2019 00:52:31 +0800 Subject: [PATCH] install-with-conda: remove unnecessary import --- install-with-conda.py | 1 - 1 file changed, 1 deletion(-) 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)