Skip to content

Commit

Permalink
Added stub-gen for deployer (try 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Oct 22, 2024
1 parent b99c1d6 commit 4b09e52
Show file tree
Hide file tree
Showing 21 changed files with 782 additions and 324 deletions.
5 changes: 2 additions & 3 deletions metaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ class and related decorators.
# Flow spec
from .flowspec import FlowSpec

from .parameters import Parameter, JSONTypeClass

JSONType = JSONTypeClass()
from .parameters import Parameter, JSONTypeClass, JSONType

# data layer
# For historical reasons, we make metaflow.plugins.datatools accessible as
Expand Down Expand Up @@ -149,6 +147,7 @@ class and related decorators.
from .runner.metaflow_runner import Runner
from .runner.nbrun import NBRunner
from .runner.deployer import Deployer
from .runner.deployer import DeployedFlow
from .runner.nbdeploy import NBDeployer

__ext_tl_modules__ = []
Expand Down
Loading

0 comments on commit 4b09e52

Please sign in to comment.