Skip to content

Commit

Permalink
ruff & co
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Jan 22, 2025
1 parent 882f992 commit 4b0664e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/neo4j_graphrag/experimental/pipeline/notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@

from pydantic import BaseModel

from neo4j_graphrag.experimental.pipeline.types import RunResult, EventCallbackProtocol, Event, PipelineEvent, TaskEvent, EventType
from neo4j_graphrag.experimental.pipeline.types import (
Event,
EventCallbackProtocol,
EventType,
PipelineEvent,
RunResult,
TaskEvent,
)


class EventNotifier:
Expand Down

0 comments on commit 4b0664e

Please sign in to comment.