Skip to content

Commit 3b6a8ee

Browse files
gengjiawenryzokuken
authored andcommitted
fix: py lint
1 parent a8541e8 commit 3b6a8ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylib/gyp/xcodeproj_file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,8 @@ def CompareProducts(x, y, remote_products):
31223122
product_group = ref_dict["ProductGroup"]
31233123
product_group._properties["children"] = sorted(
31243124
product_group._properties["children"],
3125-
key=cmp_to_key(lambda x, y, rp=remote_products: CompareProducts(x, y, rp)),
3125+
key=cmp_to_key(
3126+
lambda x, y, rp=remote_products: CompareProducts(x, y, rp)),
31263127
)
31273128

31283129

0 commit comments

Comments
 (0)