Skip to content

Commit 9cac7eb

Browse files
committed
fix: typing isuue
1 parent 884c627 commit 9cac7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway-core/scaleway_core/utils/resolve_one_of.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class OneOfPossibility(Generic[T]):
1717

1818
def resolve_one_of(
1919
possibilities: List[OneOfPossibility[Any]], is_required: bool = False
20-
) -> dict[str, Any | None] | str | dict[Any, Any]:
20+
) -> dict[Any | Any, None] | str | dict[Any, Any]:
2121
"""
2222
Resolves the ideal parameter and value amongst an optional list.
2323
Uses marshal_func if provided.

0 commit comments

Comments
 (0)