mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Do absolute imports to please broken import linter
This commit is contained in:
parent
6cafa73441
commit
07c714790e
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ from __future__ import absolute_import, division, print_function
|
|||
__metaclass__ = type
|
||||
|
||||
|
||||
from ..six import binary_type, text_type
|
||||
from ._collections_compat import Sequence
|
||||
from ansible.module_utils.six import binary_type, text_type
|
||||
from ansible.module_utils.common._collections_compat import Sequence
|
||||
|
||||
|
||||
def is_string(seq):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue