Skip to content

Commit 044f0ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent a0e0e46 commit 044f0ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stubs/dateparser/dateparser/parser.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ EIGHT_DIGIT: Final[re.Pattern[str]]
1717
HOUR_MINUTE_REGEX: Final[re.Pattern[str]]
1818

1919
def no_space_parser_eligibile(datestring: str) -> bool: ...
20-
def get_unresolved_attrs(
21-
parser_object: object,
22-
) -> tuple[list[_Component], list[_Component]]: ...
20+
def get_unresolved_attrs(parser_object: object) -> tuple[list[_Component], list[_Component]]: ...
2321

2422
date_order_chart: Final[dict[_Component, str]]
2523

0 commit comments

Comments
 (0)