py3.9 compat
This commit is contained in:
parent
43f19638d0
commit
6015d7e3cb
@ -1042,7 +1042,7 @@ def resolve_annotation(annotations: dict[str, Any], arg_name: str):
|
|||||||
removal_version="0.7.0",
|
removal_version="0.7.0",
|
||||||
)
|
)
|
||||||
# Allow arbitrary attribute access two levels deep until removed.
|
# Allow arbitrary attribute access two levels deep until removed.
|
||||||
return dict[str, dict]
|
return Dict[str, dict]
|
||||||
return annotation
|
return annotation
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user