Line length to 160

pull/1/head
cidrblock 2020-10-12 12:28:37 -07:00
parent fc332195b3
commit 729f441e57
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from jinja2.filters import environmentfilter
def _to_paths(*args, **kwargs):
"""Convert complex objects to paths. [See examples](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.to_paths_lookup.rst)"""
"""Convert objects to paths. [See examples](https://github.com/ansible-collections/ansible.utils/blob/main/docs/ansible.utils.to_paths_lookup.rst)"""
return to_paths(*args, **kwargs)