Skip to content

Commit 8cdc707

Browse files
authored
Remove tensor/io.py (#1766)
1 parent cc674a1 commit 8cdc707

File tree

3 files changed

+0
-150
lines changed

3 files changed

+0
-150
lines changed

pytensor/tensor/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def _get_vector_length_Constant(op: Op | Variable, var: Constant) -> int:
131131
from pytensor.tensor.blas import batched_dot, batched_tensordot
132132
from pytensor.tensor.extra_ops import *
133133
from pytensor.tensor.interpolate import interp, interpolate1d
134-
from pytensor.tensor.io import *
135134
from pytensor.tensor.math import *
136135
from pytensor.tensor.pad import pad
137136
from pytensor.tensor.shape import (

pytensor/tensor/io.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

tests/tensor/test_io.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)