Skip to content

Commit ad1ca52

Browse files
committed
commit hash
1 parent 46c0d75 commit ad1ca52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dict_to_schema/run.py

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

9797
if __name__ == "__main__":
9898
print("Initializing codebase...")
99-
codebase = Codebase.from_repo("modal-labs/modal-client")
99+
codebase = Codebase.from_repo("modal-labs/modal-client", commit="81941c24897889a2ff2f627c693fa734967e693c")
100100

101101
print("Running codemod...")
102102
run(codebase)

0 commit comments

Comments
 (0)