🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-03-11 15:04:55 +00:00 committed by GitHub
parent e00b071435
commit db7f2e4b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -254,9 +254,7 @@ class _LenientDict(dict):
return Any
def _try_resolve_annotated(
annotation_str: str, globalns: dict[str, Any]
) -> Any | None:
def _try_resolve_annotated(annotation_str: str, globalns: dict[str, Any]) -> Any | None:
"""Resolve an ``Annotated`` string annotation, tolerating missing names.
Returns the evaluated ``Annotated`` type when the metadata contains a