simplify typing

This commit is contained in:
JONEMI21 2025-11-07 09:34:44 +00:00
parent 9b4e4df2d8
commit 103d46921b
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ async def solve_dependencies(
)
def _extract_error_locs(errors_: Sequence[Any] | List[Dict[str, Any]]) -> Set[str]:
def _extract_error_locs(errors_: Sequence[Any]) -> Set[str]:
if isinstance(errors_, list):
errors_ = may_v1._regenerate_error_with_loc(errors=errors_, loc_prefix=())