Skip to content

Commit

Permalink
sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roverflow committed Jul 7, 2023
1 parent 0ec47c2 commit 0fc390c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelogs/fragments/rework_ospfv2.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
major_changes:
minor_changes:
- major rework on ospfv2 module
1 change: 0 additions & 1 deletion plugins/module_utils/network/ios/rm_templates/ospfv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import re

from ansible.module_utils.six import iteritems
from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.rm_base.network_template import (
NetworkTemplate,
)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/network/ios/test_ios_ospfv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ansible_collections.cisco.ios.tests.unit.compat.mock import patch
from ansible_collections.cisco.ios.tests.unit.modules.utils import set_module_args

from .ios_module import TestIosModule, load_fixture
from .ios_module import TestIosModule


class TestIosOspfV2Module(TestIosModule):
Expand Down

0 comments on commit 0fc390c

Please sign in to comment.