Skip to content

Commit

Permalink
Fix import to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed May 5, 2023
1 parent 49d6f6b commit 37aae3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/innvestigate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from innvestigate import analyzer # noqa
from innvestigate.analyzer import create_analyzer # noqa
from innvestigate.analyzer.base import NotAnalyzeableModelException # noqa
from innvestigate.backend.graph import (
model_wo_softmax,
from innvestigate.backend.graph import ( # noqa
model_wo_output_activation,
) # noqa
model_wo_softmax,
)

__version__ = "2.0.1"

0 comments on commit 37aae3e

Please sign in to comment.