mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix PEP 8 issue in exos_facts.
This commit is contained in:
parent
84a1decaf0
commit
1f40718a26
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ class Interfaces(FactsBase):
|
|||
facts[intf].append(fact)
|
||||
return facts
|
||||
|
||||
|
||||
FACT_SUBSETS = dict(
|
||||
default=Default,
|
||||
hardware=Hardware,
|
||||
|
|
Loading…
Reference in a new issue