From 495a1340a6bb8b5700f57e3cf8bc9b9a047b22b3 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 27 Mar 2017 20:12:17 -0500 Subject: [PATCH] Address lxd inventory pep8 error (#23021) --- contrib/inventory/lxd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/lxd.py b/contrib/inventory/lxd.py index b0bb09ee81..6ee8e13669 100644 --- a/contrib/inventory/lxd.py +++ b/contrib/inventory/lxd.py @@ -23,7 +23,7 @@ # along with Ansible. If not, see . import os -from subprocess import Popen,PIPE +from subprocess import Popen, PIPE import distutils.spawn import sys import json