mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 00:18:03 +08:00
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