Skip to content

Commit

Permalink
[typing] prefect.concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters committed Dec 23, 2024
1 parent 8d506b2 commit a204c1c
Show file tree
Hide file tree
Showing 26 changed files with 636 additions and 677 deletions.
2 changes: 1 addition & 1 deletion client/client_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from prefect import flow, task
from prefect.concurrency import asyncio, events, services, sync # noqa: F401
from prefect.concurrency import asyncio, services, sync # noqa: F401


def skip_remote_run():
Expand Down
Loading

0 comments on commit a204c1c

Please sign in to comment.