Skip to content

Commit 37c4e41

Browse files
committed
pep8
1 parent e10180c commit 37c4e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viur/shop/skeletons/cart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def unserialize_compute(self, skel: "SkeletonInstance", name: str) -> bool:
152152
# FIXME: Ensure it's a valid shipping for the cart
153153
return False
154154

155-
if skel["is_frozen"]: # locked, unserialize the latest stored value from entity
155+
if skel["is_frozen"]: # locked, unserialize the latest stored value from entity
156156
return False
157157

158158
if skel["shipping_status"] == ShippingStatus.CHEAPEST: # compute cheapest

0 commit comments

Comments
 (0)