Skip to content

Commit 919c036

Browse files
committed
fix format
1 parent c00df60 commit 919c036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway-core/scaleway_core/utils/resolve_one_of.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class OneOfPossibility(Generic[T]):
1616
marshal_func: Optional[Callable[[T, T | None], Dict[str, Any]]] = None
1717

1818

19+
1920
def resolve_one_of(
2021
possibilities: List[OneOfPossibility[Any]], is_required: bool = False
2122
) -> SupportsKeysAndGetItem[str, Any]:

0 commit comments

Comments
 (0)