mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Cleanup pyflakes warning (real error)
This commit is contained in:
parent
7aa9f6754a
commit
923fc9fb15
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ import os
|
|||
import os.path
|
||||
import pipes
|
||||
import subprocess
|
||||
import traceback
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.errors import AnsibleError
|
||||
|
|
Loading…
Reference in a new issue