Skip to content

Commit dd32169

Browse files
committed
small fix
1 parent b14b1d8 commit dd32169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/removing_import_loops_in_pytorch/import_loops.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"metadata": {},
4949
"outputs": [],
5050
"source": [
51-
"# codebase = Codebase.from_repo(\"pytorch/pytorch\")\n",
52-
"codebase = Codebase(\"../../../../code/pytorch\") # uncomment this if you have pytorch cloned locally"
51+
"codebase = Codebase.from_repo(\"pytorch/pytorch\")\n",
52+
"# codebase = Codebase(\"../../../../code/pytorch\") # uncomment this if you have pytorch cloned locally"
5353
]
5454
},
5555
{

0 commit comments

Comments
 (0)