Skip to content

Commit

Permalink
[20] Update PreferenceParser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Jul 3, 2024
1 parent ec83d2b commit 1fb1fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/PreferenceParser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import namedtuple
from pathlib import Path
from sys import exit as sys_exit
from typing import Any, Iterator, Optional, Union
from typing import Any, Iterator, Literal, Optional, Union, overload

from num2words import CONVERTER_CLASSES as SUPPORTED_LANGUAGE_CODES
from tqdm import tqdm
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.0-develop19
v1.16.0-develop20

0 comments on commit 1fb1fed

Please sign in to comment.