We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aaf30 commit 4ce008fCopy full SHA for 4ce008f
scaleway-core/scaleway_core/utils/resolve_one_of.py
@@ -17,7 +17,7 @@ class OneOfPossibility(Generic[T]):
17
18
19
def resolve_one_of(
20
- possibilities: List[OneOfPossibility[Any]], is_required: bool = False
+ possibilities: List[OneOfPossibility[Any]], is_required: bool = False
21
) -> SupportsKeysAndGetItem[str, Any]:
22
for possibility in possibilities:
23
if possibility.value is not None:
0 commit comments