Skip to content

Commit a2221ef

Browse files
committed
remove me
1 parent 2ebfbf1 commit a2221ef

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/tensor/test_special.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55

66
from pytensor.compile.function import function
77
from pytensor.configdefaults import config
8-
from pytensor.tensor.special import (
9-
LogSoftmax,
10-
Softmax,
11-
SoftmaxGrad,
12-
log_softmax,
13-
softmax,
14-
)
8+
from pytensor.tensor.special import LogSoftmax, Softmax, SoftmaxGrad, log_softmax, softmax
159
from pytensor.tensor.type import matrix, tensor3, tensor4, vector
1610
from tests import unittest_tools as utt
1711

0 commit comments

Comments
 (0)