We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da22b60 commit ba53ea3Copy full SHA for ba53ea3
backend/src/systems/event_system/events.py
@@ -11,6 +11,3 @@
11
12
# sends project_id: int, user_id: int
13
user_added_to_project = signal("user_added_to_project")
14
-
15
-# sends job_type: str, input: JobInputBase, output: BaseModel | None
16
-job_finished = signal("job_finished")
0 commit comments