Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Apr 10, 2024
1 parent 0a301c5 commit 520a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent/run_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RunnableAgent(str, Enum):


RUNNABLE_AGENTS = {
RunnableAgent.value: DeployableCoinFlipAgent,
RunnableAgent.coinflip: DeployableCoinFlipAgent,
}


Expand Down

0 comments on commit 520a34a

Please sign in to comment.