File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
scaleway-async/scaleway_async/cockpit/v1beta1
scaleway/scaleway/cockpit/v1beta1 Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -490,9 +490,11 @@ def marshal_ContactPoint(
490490 [
491491 OneOfPossibility (
492492 "email" ,
493- marshal_ContactPointEmail (request .email , defaults )
494- if request .email is not None
495- else None ,
493+ (
494+ marshal_ContactPointEmail (request .email , defaults )
495+ if request .email is not None
496+ else None
497+ ),
496498 ),
497499 ]
498500 ),
Original file line number Diff line number Diff line change @@ -490,9 +490,11 @@ def marshal_ContactPoint(
490490 [
491491 OneOfPossibility (
492492 "email" ,
493- marshal_ContactPointEmail (request .email , defaults )
494- if request .email is not None
495- else None ,
493+ (
494+ marshal_ContactPointEmail (request .email , defaults )
495+ if request .email is not None
496+ else None
497+ ),
496498 ),
497499 ]
498500 ),
You can’t perform that action at this time.
0 commit comments