Skip to content

Commit

Permalink
Remove unused Manifest class (#15111)
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Aug 27, 2024
1 parent a2320de commit f42036f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions src/prefect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
Flow,
get_client,
get_run_logger,
Manifest,
State,
tags,
task,
Expand Down Expand Up @@ -60,7 +59,6 @@
"Flow": (__spec__.parent, ".main"),
"get_client": (__spec__.parent, ".main"),
"get_run_logger": (__spec__.parent, ".main"),
"Manifest": (__spec__.parent, ".main"),
"State": (__spec__.parent, ".main"),
"tags": (__spec__.parent, ".main"),
"task": (__spec__.parent, ".main"),
Expand All @@ -81,7 +79,6 @@
"Flow",
"get_client",
"get_run_logger",
"Manifest",
"State",
"tags",
"task",
Expand Down
2 changes: 0 additions & 2 deletions src/prefect/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from prefect.transactions import Transaction
from prefect.tasks import task, Task
from prefect.context import tags
from prefect.manifests import Manifest
from prefect.utilities.annotations import unmapped, allow_failure
from prefect.results import BaseResult
from prefect.flow_runs import pause_flow_run, resume_flow_run, suspend_flow_run
Expand Down Expand Up @@ -55,7 +54,6 @@
"Flow",
"get_client",
"get_run_logger",
"Manifest",
"State",
"tags",
"task",
Expand Down
21 changes: 0 additions & 21 deletions src/prefect/manifests.py

This file was deleted.

0 comments on commit f42036f

Please sign in to comment.