install-with-conda: remove unnecessary import

pull/1353/head
Sebastien Bourdeauducq 2019-07-18 00:52:31 +08:00
parent 2ffc843790
commit 75e8d54c27
1 changed files with 0 additions and 1 deletions

View File

@ -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)