Skip to content

WIP: Add the ability to package more libraries #2269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion metaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ class and related decorators.
from .parameters import Parameter, JSONTypeClass, JSONType

from .user_configs.config_parameters import Config, ConfigValue, config_expr
from .user_configs.config_decorators import CustomFlowDecorator, CustomStepDecorator
from .user_decorators.user_step_decorator import (
StepDecorator,
StepMutator,
step_decorator,
)
from .user_decorators.user_flow_decorator import FlowMutator

# data layer
# For historical reasons, we make metaflow.plugins.datatools accessible as
Expand Down
1 change: 0 additions & 1 deletion metaflow/_vendor/v3_5/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions metaflow/_vendor/v3_5/importlib_metadata.LICENSE

This file was deleted.

Loading
Loading