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,