Remove unused import for vyos facts (#61784)
This is no longer needed and can be removed. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
0c73e47a42
commit
736938625b
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ calls the appropriate facts gathering function
|
|||
"""
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
from ansible.module_utils.network.vyos.argspec.facts.facts import FactsArgs
|
||||
from ansible.module_utils.network.common.facts.facts import FactsBase
|
||||
from ansible.module_utils.network.vyos.facts.interfaces.interfaces import InterfacesFacts
|
||||
from ansible.module_utils.network.vyos.facts.l3_interfaces.l3_interfaces import L3_interfacesFacts
|
||||
|
|
Loading…
Reference in a new issue