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…
Reference in a new issue