Skip to content

Commit

Permalink
Changed run order
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jun 2, 2024
1 parent b1441ce commit f0f815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboquant/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
def run(
feed: Feed,
strategy: Strategy,
broker: Broker | None = None,
journal: Journal | None = None,
broker: Broker | None = None,
timeframe: Timeframe | None = None,
capacity: int = 10,
heartbeat_timeout: float | None = None,
Expand Down

0 comments on commit f0f815b

Please sign in to comment.