From e5bb5405777d2dbe627bc1bb979d08cb5234c831 Mon Sep 17 00:00:00 2001 From: Vishal Shenoy Date: Thu, 30 Jan 2025 18:49:48 -0800 Subject: [PATCH] . --- examples/visualize_codebases/blast_radius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/visualize_codebases/blast_radius.py b/examples/visualize_codebases/blast_radius.py index b75dd0a..1e4f06f 100644 --- a/examples/visualize_codebases/blast_radius.py +++ b/examples/visualize_codebases/blast_radius.py @@ -112,7 +112,7 @@ def run(codebase: Codebase): if __name__ == "__main__": print("Initializing codebase...") - codebase = Codebase.from_repo("codegen-oss/posthog", commit="81941c24897889a2ff2f627c693fa734967e693c", programming_language=ProgrammingLanguage.PYTHON) + codebase = Codebase.from_repo("codegen-oss/posthog", commit="b174f2221ea4ae50e715eb6a7e70e9a2b0760800", programming_language=ProgrammingLanguage.PYTHON) print(f"Codebase with {len(codebase.files)} files and {len(codebase.functions)} functions.") print("Creating graph...")