Skip to content

Commit

Permalink
stardict: rename types.py to sd_types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 13, 2024
1 parent 6d817a3 commit 7d2a9c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyglossary/plugins/stardict/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from pyglossary.glossary_types import EntryType, GlossaryType
from pyglossary.langs import Lang
from pyglossary.plugins.stardict.types import T_SdList
from pyglossary.plugins.stardict.sd_types import T_SdList


from pyglossary.core import log
Expand Down

0 comments on commit 7d2a9c4

Please sign in to comment.