mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
range vs xrange doesn't matter here and six.moves.range isn't available in six-1.3.0 (rhel7)
This commit is contained in:
@@ -27,7 +27,6 @@ import re
|
||||
import string
|
||||
|
||||
from six import iteritems, string_types
|
||||
from six.moves import range
|
||||
|
||||
from ansible import constants as C
|
||||
from ansible.errors import AnsibleError
|
||||
|
||||
Reference in New Issue
Block a user