black shift
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
from .template.cluster import (
|
||||
TemplateEventClusterSet
|
||||
)
|
||||
from .template.cluster import TemplateEventClusterSet
|
||||
|
||||
__all__ = [
|
||||
"TemplateEventClusterSet",
|
||||
]
|
||||
|
||||
|
||||
def retrieve_all_clusters():
|
||||
return [TemplateEventClusterSet]
|
||||
return [TemplateEventClusterSet]
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
from ApiServices.TemplateService.initializer.event_clusters import EventCluster, SetEventCluster
|
||||
from ApiServices.TemplateService.initializer.event_clusters import (
|
||||
EventCluster,
|
||||
SetEventCluster,
|
||||
)
|
||||
|
||||
|
||||
TemplateEventCluster = EventCluster(
|
||||
@@ -12,4 +15,3 @@ OtherTemplateEventCluster = EventCluster(
|
||||
TemplateEventClusterSet = SetEventCluster()
|
||||
TemplateEventClusterSet.add_event_cluster(TemplateEventCluster)
|
||||
TemplateEventClusterSet.add_event_cluster(OtherTemplateEventCluster)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user