We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65cc14 commit 5606affCopy full SHA for 5606aff
method/resources/Entities/Connect.py
@@ -53,7 +53,7 @@ class ConnectResourceListOpts(ResourceListOpts, ConnectExpandOpts):
53
pass
54
55
class ConnectCreateOpts(TypedDict):
56
- products: Optional[List[AccountProductsEligibleForAutomaticExecutionLiteral]],
+ products: Optional[List[AccountProductsEligibleForAutomaticExecutionLiteral]]
57
subscriptions: Optional[List[AccountSubscriptionsEligibleForAutomaticExecutionLiteral]]
58
59
0 commit comments