We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c0d75 commit ad1ca52Copy full SHA for ad1ca52
examples/dict_to_schema/run.py
@@ -96,7 +96,7 @@ def run(codebase: Codebase):
96
97
if __name__ == "__main__":
98
print("Initializing codebase...")
99
- codebase = Codebase.from_repo("modal-labs/modal-client")
+ codebase = Codebase.from_repo("modal-labs/modal-client", commit="81941c24897889a2ff2f627c693fa734967e693c")
100
101
print("Running codemod...")
102
run(codebase)
0 commit comments