Skip to content

Commit

Permalink
Merge pull request #395 from xxyzz/codes
Browse files Browse the repository at this point in the history
Fix import error
  • Loading branch information
xxyzz authored Nov 9, 2023
2 parents ec3044c + 91632d2 commit 3a26380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/extractor/zh/thesaurus.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re
from typing import List, Optional, Union

from mediawiki_codes import name_to_code
from mediawiki_langcodes import name_to_code
from wikitextprocessor import NodeKind, Page, WikiNode

from ...page import clean_node
Expand Down

0 comments on commit 3a26380

Please sign in to comment.