Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2023
1 parent 4650aba commit ff9464b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cisco.iosxr.iosxr_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
</td>
<td>when interfaces is configured</td>
<td>
<div>The list of LLDP neighbors from the remote device</div>
<div>The list of LLDP and CDP neighbors from the remote device. If both, CDP and LLDP neighbor data is present on one port, CDP is preferred.</div>
<br/>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Copyright (c) 1986-1997 by Cisco Systems, Inc.
Compiled Mon 07-Apr-97 19:51 by dschwart


Total cdp entries displayed : 1
Total cdp entries displayed : 1
2 changes: 2 additions & 0 deletions tests/unit/modules/network/iosxr/test_iosxr_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
__metaclass__ = type

import json

from ansible.module_utils.six import assertCountEqual

from ansible_collections.cisco.iosxr.plugins.modules import iosxr_facts
from ansible_collections.cisco.iosxr.tests.unit.compat.mock import patch
from ansible_collections.cisco.iosxr.tests.unit.modules.utils import set_module_args
Expand Down

0 comments on commit ff9464b

Please sign in to comment.