Skip to content

Commit 635d7fd

Browse files
caroljung-cgcodegen-bot
andcommitted
CG-10501: Remove run_string from codegen package (#100)
# Motivation <!-- Why is this change necessary? --> <img width="547" alt="image" src="https://github.com/user-attachments/assets/efd6a3c8-8254-4ccb-9fcb-07f6cde1aeb5" /> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [x] I have added tests for my changes - [x] I have updated the documentation or added new documentation as needed - [x] I have read and agree to the [Contributor License Agreement](../CLA.md) Co-authored-by: codegen-bot <[email protected]>
1 parent e1811cf commit 635d7fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ classifiers = [
6969
[project.scripts]
7070
codegen = "codegen.cli.cli:main"
7171
gs = "codegen.gscli.main:main"
72-
run_string = "codegen.sdk.core.main:main"
7372

7473
[project.optional-dependencies]
7574
types = [

0 commit comments

Comments
 (0)