Address lxd inventory pep8 error (#23021)

This commit is contained in:
Matt Martz 2017-03-27 20:12:17 -05:00 committed by GitHub
parent d2ea851d09
commit 495a1340a6

View file

@ -23,7 +23,7 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
import os
from subprocess import Popen,PIPE
from subprocess import Popen, PIPE
import distutils.spawn
import sys
import json