Skip to content

Commit 5606aff

Browse files
committed
remove comma
1 parent d65cc14 commit 5606aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

method/resources/Entities/Connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ConnectResourceListOpts(ResourceListOpts, ConnectExpandOpts):
5353
pass
5454

5555
class ConnectCreateOpts(TypedDict):
56-
products: Optional[List[AccountProductsEligibleForAutomaticExecutionLiteral]],
56+
products: Optional[List[AccountProductsEligibleForAutomaticExecutionLiteral]]
5757
subscriptions: Optional[List[AccountSubscriptionsEligibleForAutomaticExecutionLiteral]]
5858

5959

0 commit comments

Comments
 (0)