mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove errant and unneeded import of ansible.constants
This commit is contained in:
parent
a611027329
commit
355ab6983c
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ import datetime
|
|||
import socket
|
||||
from optparse import OptionParser
|
||||
|
||||
import ansible.constants as C
|
||||
|
||||
DEFAULT_PLAYBOOK = 'local.yml'
|
||||
PLAYBOOK_ERRORS = { 1: 'File does not exist',
|
||||
2: 'File is not readable' }
|
||||
|
|
Loading…
Reference in a new issue