chore(api/core): apply ruff reformatting (#7624)
This commit is contained in:
@@ -5,10 +5,7 @@ from core.workflow.graph_engine.entities.event import GraphEngineEvent
|
||||
|
||||
class WorkflowCallback(ABC):
|
||||
@abstractmethod
|
||||
def on_event(
|
||||
self,
|
||||
event: GraphEngineEvent
|
||||
) -> None:
|
||||
def on_event(self, event: GraphEngineEvent) -> None:
|
||||
"""
|
||||
Published event
|
||||
"""
|
||||
|
Reference in New Issue
Block a user