Silence warning on use of subprocess
This commit is contained in:
parent
d5c4cb6928
commit
3eb19eb250
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import subprocess
|
||||
import subprocess # nosec
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
|
Reference in a new issue