rust: remove unneeded os import (bitbake user manual says bb and os are auto imported)
This commit is contained in:
@@ -147,7 +147,6 @@ def rust_gen_target(d, thing, wd):
|
||||
o.close()
|
||||
|
||||
python do_rust_gen_targets () {
|
||||
import os
|
||||
wd = d.getVar('WORKDIR', True) + '/targets/'
|
||||
try:
|
||||
os.makedirs(wd)
|
||||
|
||||
Reference in New Issue
Block a user