Skip to content

Commit

Permalink
🐛 Fix bug in init import for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Martinez <Marcos.Martinez.Galindo@ibm.com>
  • Loading branch information
marmg committed Sep 5, 2023
1 parent 89f0e08 commit 127cfae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zshot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from zshot.zshot import MentionsExtractor, Linker, Zshot, PipelineConfig, RelationsExtractor # noqa: F401
from zshot.zshot import MentionsExtractor, Linker, Zshot, PipelineConfig, \
RelationsExtractor, KnowledgeExtractor # noqa: F401
from zshot.utils.displacy.displacy import displacy # noqa: F401

__version__ = '0.0.8'

0 comments on commit 127cfae

Please sign in to comment.