1
Fork 0

Silence warning on use of subprocess

This commit is contained in:
Jake Howard 2017-01-12 09:21:04 +00:00
parent d5c4cb6928
commit 3eb19eb250

View file

@ -1,4 +1,4 @@
import subprocess
import subprocess # nosec
import logging
import os