mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix pylint issue.
This commit is contained in:
parent
8f6626bd8f
commit
4de6076d78
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ import subprocess
|
|||
|
||||
from ansible.module_utils._text import to_bytes, to_text
|
||||
from ansible.module_utils.six.moves import cPickle
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
HAVE_SALTSTACK = False
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue