Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit f5aaa7a

Browse files
committed
fix entrypoint
1 parent 3dfe645 commit f5aaa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires = ["poetry-core>=1.0.0"]
2424
build-backend = "poetry.core.masonry.api"
2525

2626
[tool.poetry.plugins."code_block_generator"]
27-
loaddata = "loaddata:LoadData"
27+
loaddata = "sapientml_loaddata:LoadData"
2828

2929
[tool.pysen]
3030
version = "0.10"

0 commit comments

Comments
 (0)