You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/fixing-import-loops.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,4 +156,4 @@ Running this codemod will move all the shared symbols to a separate `utils.py` a
156
156
157
157
ImportloopsareacommonchallengeinlargePythoncodebases. UsingCodegen, nomatterthereposize, youwillgainsomenewinsightsintoyourcodebase's import structure and be able to perform deterministic manipulations saving developer hours and future runtime errors.
158
158
159
-
Want to try it yourself? Check out our [complete example](https://github.com/codegen-sh/codegen-examples/tree/main/examples/removing_import_loops_in_pytorch) of fixing import loops using Codegen.
159
+
Want to try it yourself? Check out our [complete example](https://github.com/codegen-sh/codegen/tree/develop/codegen-examples/examples/removing_import_loops_in_pytorch) of fixing import loops using Codegen.
0 commit comments