Skip to content

Commit

Permalink
removed to_subnet from list of imports on ios_l3_interface.py as it w…
Browse files Browse the repository at this point in the history
…as not being used (#35969) (#36450)

(cherry picked from commit 15fa18a)
  • Loading branch information
newswangerd authored and ganeshrn committed Feb 21, 2018
1 parent b458dfc commit 6eb248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/ios/ios_l3_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
from ansible.module_utils.network.ios.ios import ios_argument_spec
from ansible.module_utils.network.common.config import NetworkConfig
from ansible.module_utils.network.common.utils import conditional, remove_default_spec
from ansible.module_utils.network.common.utils import is_netmask, is_masklen, to_subnet, to_netmask, to_masklen
from ansible.module_utils.network.common.utils import is_netmask, is_masklen, to_netmask, to_masklen


def validate_ipv4(value, module):
Expand Down

0 comments on commit 6eb248a

Please sign in to comment.