Skip to content

Commit 844e8af

Browse files
committed
Slightly better typing
1 parent 180d1cc commit 844e8af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xdoctest/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def _ellipsis_match(got: typing.Any, want: typing.Any) -> bool:
371371
def normalize(
372372
got: str,
373373
want: str,
374-
runstate: directive.RuntimeState | dict[str, object] | OrderedDict[str, bool | set[str]] | None = None,
374+
runstate: directive.RuntimeState | dict[str, bool | set[str]] | OrderedDict[str, bool | set[str]] | None = None,
375375
) -> tuple[str, str]:
376376
r"""
377377
Normalizes the got and want string based on the runtime state.

0 commit comments

Comments
 (0)