Skip to content

Commit 37aae3e

Browse files
committed
Fix import to pass CI
1 parent 49d6f6b commit 37aae3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/innvestigate/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from innvestigate import analyzer # noqa
22
from innvestigate.analyzer import create_analyzer # noqa
33
from innvestigate.analyzer.base import NotAnalyzeableModelException # noqa
4-
from innvestigate.backend.graph import (
5-
model_wo_softmax,
4+
from innvestigate.backend.graph import ( # noqa
65
model_wo_output_activation,
7-
) # noqa
6+
model_wo_softmax,
7+
)
88

99
__version__ = "2.0.1"

0 commit comments

Comments
 (0)