Skip to content

Commit

Permalink
make 3.9 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Nov 13, 2024
1 parent 6e5a43d commit 85fa4fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controlflow/decorators.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import asyncio
import functools
import inspect
from typing import Any, Callable, Optional, ParamSpec, TypeVar, Union, cast
from typing import Any, Callable, Optional, TypeVar, Union, cast

from prefect import Flow as PrefectFlow
from prefect.utilities.asyncutils import run_coro_as_sync
from typing_extensions import ParamSpec

import controlflow
from controlflow.agents import Agent
Expand Down

0 comments on commit 85fa4fd

Please sign in to comment.