Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi committed Sep 4, 2024
1 parent d5c58e5 commit 5ecab30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eCommercePlatform/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from products.models import Product
from .models import Cart, CartItem, Order, OrderItem, Payment
from .tasks import send_sms
from .utils.jwt_helper import generate_jwt


class RegisterView(View):
Expand Down

0 comments on commit 5ecab30

Please sign in to comment.