Skip to content

Commit

Permalink
Abstract decorator needs to be first
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Sep 19, 2024
1 parent 3794ce2 commit 6522a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/jobs/jobs_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def deadline(self) -> datetime:
def get_reward(self, max_bond: float) -> float:
"""Reward for completing this job."""

@abstractmethod
@classmethod
@abstractmethod
def get_jobs(
cls, limit: int | None, filter_by: FilterBy, sort_by: SortBy
) -> t.Sequence["JobAgentMarket"]:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prediction-market-agent-tooling"
version = "0.48.15"
version = "0.48.16"
description = "Tools to benchmark, deploy and monitor prediction market agents."
authors = ["Gnosis"]
readme = "README.md"
Expand Down

0 comments on commit 6522a3e

Please sign in to comment.