Skip to content

Commit 11f49e7

Browse files
authored
Fix date_order_chart
1 parent 044f0ff commit 11f49e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/dateparser/dateparser/parser.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HOUR_MINUTE_REGEX: Final[re.Pattern[str]]
1919
def no_space_parser_eligibile(datestring: str) -> bool: ...
2020
def get_unresolved_attrs(parser_object: object) -> tuple[list[_Component], list[_Component]]: ...
2121

22-
date_order_chart: Final[dict[_Component, str]]
22+
date_order_chart: Final[dict[str, str]]
2323

2424
@overload
2525
def resolve_date_order(order: str, lst: Literal[True]) -> list[_Component]: ...

0 commit comments

Comments
 (0)