Skip to content

Commit 128aec7

Browse files
Fix black formatting (for next release :^) )
1 parent 9ebb4df commit 128aec7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commercetools/testing/product_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def update_attribute_type(type_info: dict):
8282
if type_info["name"] == "set":
8383
return update_attribute_type(type_info["elementType"])
8484

85-
8685
for attribute in new["attributes"]:
8786
if attribute["name"] == action.attribute_name:
8887
result = update_attribute_type(attribute["type"])

0 commit comments

Comments
 (0)