Skip to content

Commit c00df60

Browse files
committed
Fix
1 parent d15d734 commit c00df60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scaleway-core/scaleway_core/utils/resolve_one_of.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class OneOfPossibility(Generic[T]):
1515
default: Optional[T | ProfileDefaults] = None
1616
marshal_func: Optional[Callable[[T, T | None], Dict[str, Any]]] = None
1717

18-
marshal_func: Optional[T] = None
19-
2018

2119
def resolve_one_of(
2220
possibilities: List[OneOfPossibility[Any]], is_required: bool = False

0 commit comments

Comments
 (0)