Skip to content

Commit

Permalink
update flows.py import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaazzam committed Jun 19, 2024
1 parent 1813b7a commit 63b24cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prefect/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
from prefect.client.schemas.schedules import SCHEDULE_TYPES
from prefect.client.utilities import client_injector
from prefect.context import PrefectObjectRegistry, registry_from_script
from prefect.deployments.runner import DeploymentImage, deploy
from prefect.deployments.runner import deploy
from prefect.deployments.steps.core import run_steps
from prefect.docker.deployment_image import DeploymentImage
from prefect.events import DeploymentTriggerTypes, TriggerTypes
from prefect.exceptions import (
InvalidNameError,
Expand Down

0 comments on commit 63b24cb

Please sign in to comment.