Skip to content

Commit 4303fdb

Browse files
committed
fix version
1 parent 467d77b commit 4303fdb

File tree

4 files changed

+1
-388
lines changed

4 files changed

+1
-388
lines changed

src/codegen/git/models/codemod_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class CodemodContext(BaseModel):
14-
CODEGEN_VERSION: str = version("codegen")
14+
GRAPH_SITTER_VERSION: str = version("graph-sitter")
1515
CODEMOD_ID: int | None = None
1616
CODEMOD_LINK: str | None = None
1717
CODEMOD_AUTHOR: str | None = None

tests/unit/codegen/runner/sandbox/conftest.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/unit/codegen/runner/sandbox/test_executor.py

Lines changed: 0 additions & 230 deletions
This file was deleted.

tests/unit/codegen/runner/sandbox/test_runner.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)