mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-16 01:42:39 +00:00
config-tools: remove unused package and add nosec to subprocess
The subprocess module is needed for calling package from python script. Add #nosec for subprocess module importing. Tracked-On: #6342 Signed-off-by: Yang,Yu-chu <yu-chu.yang@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import os
|
||||
import sys
|
||||
import getopt
|
||||
import shutil
|
||||
import subprocess
|
||||
import subprocess # nosec
|
||||
import xml.etree.ElementTree as ET
|
||||
import re
|
||||
import lxml
|
||||
|
||||
Reference in New Issue
Block a user