Skip to content

Commit

Permalink
update ui/tools/view_glossary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 31, 2024
1 parent ed8e60d commit 4add7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyglossary/ui/tools/view_glossary.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if TYPE_CHECKING:
from collections.abc import Callable

from pyglossary.glossary_types import EntryType, GlossaryExtendedType
from pyglossary.glossary_types import EntryType

from pyglossary.core import log
from pyglossary.glossary_v2 import Glossary
Expand Down Expand Up @@ -59,7 +59,7 @@ def highlightEntry(entry: EntryType) -> None:
def viewGlossary(
filename: str,
formatName: str | None = None,
glos: GlossaryExtendedType | None = None,
glos: Glossary | None = None,
noRes: bool = False,
) -> None:
highlightEntry = getEntryHighlighter()
Expand Down

0 comments on commit 4add7cf

Please sign in to comment.