Skip to content

Commit e38d32a

Browse files
committed
Add entrypoint config to store
1 parent 6a884b2 commit e38d32a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/scaffold/conf/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ def register_all() -> None:
99
"""Import all scaffold conf modules (triggering store() calls) then flush to hydra's ConfigStore."""
1010
from scaffold.conf.scaffold import artifact_manager # noqa: F401
1111
from scaffold.conf.scaffold import ctx_manager # noqa: F401
12+
from scaffold.conf.scaffold import ( # noqa E501 NOTE: This module is deprecated and will be removed in a future release!; noqa: F401
13+
entrypoint,
14+
)
1215

1316
if importlib.util.find_spec("flytekit") is not None:
1417
from scaffold.conf.scaffold import flyte_launcher # noqa: F401

0 commit comments

Comments
 (0)