Skip to content

Commit 2d853c5

Browse files
committed
Move Pytorch __init__ to right folder
1 parent 7829340 commit 2d853c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pytensor/link/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from pytensor.link.pytorch.linker import PytorchLinker

pytensor/link/pytorch/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from pytensor.link.pytorch.linker import PytorchLinker

0 commit comments

Comments
 (0)