mirror of https://github.com/m-labs/artiq.git
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.
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
def run(command):
|
||||
r = os.system(command)
|
||||
|
|
Loading…
Reference in New Issue