Address lxd inventory pep8 error (#23021)
This commit is contained in:
parent
d2ea851d09
commit
495a1340a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue