forked from M-Labs/artiq
install-with-conda: remove unnecessary import
This commit is contained in:
parent
2ffc843790
commit
75e8d54c27
|
@ -21,7 +21,6 @@ ADD_CHANNELS = True
|
||||||
# You should not need to modify the rest of the script below.
|
# You should not need to modify the rest of the script below.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import tempfile
|
|
||||||
|
|
||||||
def run(command):
|
def run(command):
|
||||||
r = os.system(command)
|
r = os.system(command)
|
||||||
|
|
Loading…
Reference in New Issue