Skip to content

Commit

Permalink
run pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 10, 2024
1 parent dd173fa commit 002937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/client/orchestration.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ async def read_flow(self, flow_id: UUID) -> Flow:
"""
response = await self._client.get(f"/flows/{flow_id}")
return Flow.parse_obj(response.json())

async def delete_flow(self, flow_id: UUID) -> None:
"""
Delete a flow by UUID.
Expand Down

0 comments on commit 002937a

Please sign in to comment.