Skip to content

Commit

Permalink
Remove unused import for iosxr l3_interfaces (ansible#61563)
Browse files Browse the repository at this point in the history
This was caught by our ansible network collections migration script.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
  • Loading branch information
pabelanger authored and anas-shami committed Sep 23, 2019
1 parent 5c79900 commit 97ee639
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
from copy import deepcopy
import re
from ansible.module_utils.network.common import utils
from ansible.module_utils.network.iosxr.utils.utils import get_interface_type, normalize_interface
from ansible.module_utils.network.iosxr.utils.utils import get_interface_type
from ansible.module_utils.network.iosxr.argspec.l3_interfaces.l3_interfaces import L3_InterfacesArgs


Expand Down

0 comments on commit 97ee639

Please sign in to comment.