Skip to content

Commit e358d3f

Browse files
committed
Run end-of-file-fixer to fix tests
1 parent 429cc79 commit e358d3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shopify/resources/price_rule.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ def create_batch(self, codes = []):
2020
def find_batch(self, batch_id):
2121
return DiscountCodeCreation.find_one("%s/price_rules/%s/batch/%s.%s" % (
2222
ShopifyResource.site, self.id, batch_id, PriceRule.format.extension))
23-
24-
25-

0 commit comments

Comments
 (0)