Skip to content

Commit 916abee

Browse files
chore: add todo for CODEGEN_VERSION (#258)
1 parent c4fe147 commit 916abee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/codegen/git/models/codemod_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212
class CodemodContext(BaseModel):
13+
# TODO: add back CODEGEN_VESRION
1314
CODEMOD_ID: int | None = None
1415
CODEMOD_LINK: str | None = None
1516
CODEMOD_AUTHOR: str | None = None

src/codegen/git/repo_operator/repo_operator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def _unset_bot_username(self, git_cli: GitCLI) -> None:
8787

8888
@cached_property
8989
def git_cli(self) -> GitCLI:
90-
"""Note: this is recursive, may want to look out"""
9190
git_cli = GitCLI(self.repo_path)
9291
username = None
9392
user_level = None

0 commit comments

Comments
 (0)