Commit aa93414f authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Fix type error

parent ac95a13f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ from .document import (
    Documents,
    load_documents,
    Match,
    Sentence,
    Snippet,
)

@@ -17,6 +18,7 @@ __all__ = [
    'Documents',
    'load_documents',
    'Match',
    'Sentence',
    'SlidingWindow',
    'Snippet',
    'WindowPosition',