1
0
Fork 0
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:
Matt Clay 2018-08-08 08:49:31 -07:00
parent 84a1decaf0
commit 1f40718a26

View file

@ -373,6 +373,7 @@ class Interfaces(FactsBase):
facts[intf].append(fact)
return facts
FACT_SUBSETS = dict(
default=Default,
hardware=Hardware,