Skip to content

Commit

Permalink
Merge pull request #164 from SHEscher/patch-1
Browse files Browse the repository at this point in the history
Fix import of ReverseAnalyzerBase
  • Loading branch information
enryH authored Aug 17, 2020
2 parents 02cebcf + 8bf602a commit 1f3ed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/introduction_development.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
"outputs": [],
"source": [
"# Reimport the actual class\n",
"from innvestigate.analyzer import ReverseAnalyzerBase"
"from innvestigate.analyzer.base import ReverseAnalyzerBase"
]
},
{
Expand Down

0 comments on commit 1f3ed62

Please sign in to comment.