Skip to content

Commit bafed7c

Browse files
authored
[typing] prefect.concurrency (PrefectHQ#16441)
1 parent b11b56f commit bafed7c

26 files changed

+636
-677
lines changed

client/client_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from prefect import flow, task
2-
from prefect.concurrency import asyncio, events, services, sync # noqa: F401
2+
from prefect.concurrency import asyncio, services, sync # noqa: F401
33

44

55
def skip_remote_run():

0 commit comments

Comments
 (0)