Removed unused Eve config
This commit is contained in:
@@ -33,18 +33,8 @@ class AttractExtension(PillarExtension):
|
|||||||
|
|
||||||
:rtype: dict
|
:rtype: dict
|
||||||
"""
|
"""
|
||||||
return {
|
|
||||||
'DOMAIN': {
|
|
||||||
'tasks': {
|
|
||||||
'schema': {
|
|
||||||
'name': {
|
|
||||||
'type': 'string',
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
return {}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
def blueprints(self):
|
def blueprints(self):
|
||||||
"""Returns the list of top-level blueprints for the extension.
|
"""Returns the list of top-level blueprints for the extension.
|
||||||
|
Reference in New Issue
Block a user