Skip to content

Commit 367a72e

Browse files
authored
Fixing hash (#40)
.
1 parent bf0f077 commit 367a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/visualize_codebases/blast_radius.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run(codebase: Codebase):
112112

113113
if __name__ == "__main__":
114114
print("Initializing codebase...")
115-
codebase = Codebase.from_repo("codegen-oss/posthog", commit="81941c24897889a2ff2f627c693fa734967e693c", programming_language=ProgrammingLanguage.PYTHON)
115+
codebase = Codebase.from_repo("codegen-oss/posthog", commit="b174f2221ea4ae50e715eb6a7e70e9a2b0760800", programming_language=ProgrammingLanguage.PYTHON)
116116
print(f"Codebase with {len(codebase.files)} files and {len(codebase.functions)} functions.")
117117
print("Creating graph...")
118118

0 commit comments

Comments
 (0)