diff --git a/contrib/inventory/lxd.py b/contrib/inventory/lxd.py index b0bb09ee819..6ee8e136697 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