Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions chancy/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ def api_plugin(self) -> str | None:
string for the plugin.
"""

async def on_worker_started(self, worker: "Worker"):
"""
Called when the worker has started.
"""

async def on_job_starting(
self,
*,
Expand Down