Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Run python black
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Oct 25, 2024
1 parent 519c71d commit b081e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/deploy_prefect/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ def order_rewards() -> None:
url="https://github.com/cowprotocol/dune-sync.git",
)
flow.from_source(
source=git_source,
entrypoint="src/deploy_prefect/deployment.py:order_rewards",
).deploy(
source=git_source,
entrypoint="src/deploy_prefect/deployment.py:order_rewards",
).deploy(
name="dune-sync-prod-order-rewards",
work_pool_name="cowbarn",
cron="*/30 * * * *", # Every 30 minutes
Expand Down

0 comments on commit b081e8d

Please sign in to comment.