nxos_bfd_global - add missing import of re (#62226)

pull/62247/head
Sam Doran 5 years ago committed by Jordan Borean
parent c324503f5a
commit b010acfb27

@ -0,0 +1,2 @@
bugfixes:
- nxos_bfd_global - add missing import of re

@ -139,6 +139,7 @@ cmds:
'''
import re
from ansible.module_utils.network.nxos.nxos import NxosCmdRef
from ansible.module_utils.network.nxos.nxos import nxos_argument_spec, check_args
from ansible.module_utils.network.nxos.nxos import load_config

Loading…
Cancel
Save