@@ -25,7 +25,7 @@ class Command(CompatibilityBaseCommand): |
||
25 | 25 |
continue |
26 | 26 |
|
27 | 27 |
try: |
28 |
- coupon = CouponInfo.objects.get(coupon_id=coupon_id) |
|
28 |
+ CouponInfo.objects.get(coupon_id=coupon_id) |
|
29 | 29 |
except CouponInfo.DoesNotExist: |
30 | 30 |
continue |
31 | 31 |
|