Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Sep 8, 2023
1 parent 93c7cc3 commit 4043156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdr_backend/trader/test/test_trader_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def test_run():
trader_config.max_tries = 10
agent = TraderAgent(trader_config, do_trade)


with patch.object(agent, "take_step") as ts_mock:
agent.run(True)

Expand Down

0 comments on commit 4043156

Please sign in to comment.