Skip to content

Commit

Permalink
Do absolute imports to please broken import linter
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed May 27, 2018
1 parent 6cafa73 commit 07c7147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/module_utils/common/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
__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):
Expand Down

0 comments on commit 07c7147

Please sign in to comment.