Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wafulah committed Jul 10, 2024
1 parent 1ced722 commit 6233aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import logging
import urllib.parse

from . import africastalking_api
from .orders import africastalking_api
from .utils import create_or_update_user, SendSMS, get_product_details, send_email
from .models import Store, Image, County, Product, Category, Order, OrderItem, Customer
from .serializers import (
Expand Down

0 comments on commit 6233aee

Please sign in to comment.