mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Undo changes to filter module
This commit is contained in:
parent
559c04f324
commit
fe88ba7c8d
1 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import os
|
||||
import base64
|
||||
import json
|
||||
import os.path
|
||||
|
@ -26,9 +25,8 @@ import glob
|
|||
import re
|
||||
import collections
|
||||
import operator as py_operator
|
||||
import hashlib
|
||||
from ansible import errors
|
||||
from ansible.utils import md5s, OMIT_PLACE_HOLDER
|
||||
from ansible.utils import md5s
|
||||
from distutils.version import LooseVersion, StrictVersion
|
||||
from random import SystemRandom
|
||||
from jinja2.filters import environmentfilter
|
||||
|
|
Loading…
Reference in a new issue