Skip to content

Commit 26a38d5

Browse files
qdegraafmvantellingen
authored andcommitted
Add trailing comma to comply with black formatting
1 parent 98025ef commit 26a38d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/commercetools/testing/customer_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ def urls(self):
5555

5656
_actions = {
5757
"changeName": update_attribute("name", "name"),
58-
"setKey": update_attribute("key", "key")
58+
"setKey": update_attribute("key", "key"),
5959
}

src/commercetools/testing/product_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _create_from_draft(
4343

4444

4545
def _create_attribute_from_draft(
46-
draft: types.AttributeDefinitionDraft
46+
draft: types.AttributeDefinitionDraft,
4747
) -> types.AttributeDefinition:
4848
return types.AttributeDefinition(
4949
type=draft.type,

0 commit comments

Comments
 (0)