Skip to content

Commit 4ce008f

Browse files
committed
fix ruff formatting
1 parent 95aaf30 commit 4ce008f

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

1919
def resolve_one_of(
20-
possibilities: List[OneOfPossibility[Any]], is_required: bool = False
20+
possibilities: List[OneOfPossibility[Any]], is_required: bool = False
2121
) -> SupportsKeysAndGetItem[str, Any]:
2222
for possibility in possibilities:
2323
if possibility.value is not None:

0 commit comments

Comments
 (0)